Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A data URI is a URI which replaces online files by having a base64 or plain text representation of the file.

learn more… | top users | synonyms

0
votes
1answer
300 views

Generate canvas replication(jpg/img) from dataURL

I'd like to be able to make a little page where the user can use the drag and drop to place objects on a scene then save their canvas as an image, or post the image to facebook/pinterest. I have ...