get_rendered_component
Generates a rendered image of a design component by specifying its ID, facilitating programmatic interaction with Penpot design files for automated workflows.
Instructions
Return a rendered component image by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"component_id": {
"title": "Component Id",
"type": "string"
}
},
"required": [
"component_id"
],
"title": "get_rendered_componentArguments",
"type": "object"
}