drawing_getCanvasPng
Retrieve the current drawing canvas as a base64-encoded PNG image, enabling easy export or integration of visual content.
Instructions
Get the current drawing canvas as a PNG image (base64 encoded).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}