# canvas-toBlob.js A canvas.toBlob() implementation ## Introduce canvas-toBlob.js implements the standard HTML5 [`canvas.toBlob()`][1] and `canvas.toBlobHD()` methods in browsers that do not natively support it. canvas-toBlob.js requires `Blob` support to function, which is not present in all browsers. [Blob.js][2] is a cross-browser `Blob` implementation that solves this. ## Supported browsers canvas-toBlob.js has [the same browser support as FileSaver.js][3]. ![Tracking image](https://in.getclicky.com/212712ns.gif) [1]: http://www.w3.org/TR/html5/the-canvas-element.html [2]: https://github.com/eligrey/Blob.js [3]: https://github.com/eligrey/FileSaver.js#supported-browsers ## License This project is licensed under MIT.