Closed
Description
There are two things that need to happen here:
- We need to "take a picture" of the canvas when the user hits "Save"
- We need to upload this picture somewhere and associate a link to that picture in the database for this project
The tricky part about (1) is that we have a canvas for sprites, for the pen, and for the background so we will somehow how to put all those together for this picture. It seems like it isn't that hard to turn a canvas into an image so the real trick will be combining it with the background image.