canvas-toBlob.js
A canvas.toBlob() implementationIntroduce
canvas-toBlob.js implements the standard HTML5canvas.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.js2
is a cross-browser Blob
implementation that solves this.Supported browsers
canvas-toBlob.js has the same browser support as FileSaver.js3.
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