-
Notifications
You must be signed in to change notification settings - Fork 3
Add Export Image Button to Save Sketch Output #14
Description
Relevant sub-area for this feature?
Accessibility
Feature details
User Story: Add Export Image Button to Save Sketch Output
As a user, I want to export the current sketch canvas as an image file with a single click, so that I can save my work without writing additional code.
Description
Currently, saving a sketch's visual output requires writing saveFrame() or save() in code. Beginners often don't know how to do this and have no obvious way to capture their sketch output. A simple Export Image button in the toolbar or File menu would let any user save their canvas instantly.
Story points: 3
Acceptance Criteria
The user can export the current canvas by clicking a button or menu item (e.g., File > Export Image)
The exported file is saved as a PNG in the sketch's local folder
The feature works only when the sketch is running or has been run at least once
A confirmation message or file path is shown after export succeeds
Would you like to help implement this feature?
No, I’m just suggesting the feature