UNPKG

750 BMarkdownView Raw
1# canvas-toBlob.js
2
3A canvas.toBlob() implementation
4
5## Introduce
6
7canvas-toBlob.js implements the standard HTML5 [`canvas.toBlob()`][1] and
8`canvas.toBlobHD()` methods in browsers that do not natively support it. canvas-toBlob.js
9requires `Blob` support to function, which is not present in all browsers. [Blob.js][2]
10is a cross-browser `Blob` implementation that solves this.
11
12
13## Supported browsers
14
15canvas-toBlob.js has [the same browser support as FileSaver.js][3].
16
17![Tracking image](https://in.getclicky.com/212712ns.gif)
18
19 [1]: http://www.w3.org/TR/html5/the-canvas-element.html
20 [2]: https://github.com/eligrey/Blob.js
21 [3]: https://github.com/eligrey/FileSaver.js#supported-browsers
22
23## License
24This project is licensed under MIT.
25