snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Change saveCanvasAs to use FileSaver #449

Closed cyderize closed 5 years ago

cyderize commented 5 years ago

Uses canvas built in blob to save script pics using FileSaver. Fixes #448.

It might be time to try to merge upstream Snap as I believe these file saving issues have been fixed there (although merging will end up being very time consuming if anything like the last time).