eligrey / Blob.js

An HTML5 Blob implementation
Other
1.15k stars 605 forks source link

Examples #49

Closed dlmoody closed 8 years ago

dlmoody commented 8 years ago

Are there any examples of how to use this Blob implementation? I am just trying to create a blob from a base64 image data and then save it using saveAs. Are there any examples or doing something like that?

eligrey commented 8 years ago

The readme links to documentation on Blob. Also, it sounds like what you're really looking for is https://github.com/eligrey/canvas-toBlob.js