Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 678 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 678 Bytes

canvas-toBlob.js

canvas-toBlob.js implements the standard HTML5 canvas.toBlob() 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 is a cross-browser Blob implementation that solves this.

Supported browsers

canvas-toBlob.js has the same browser support as FileSaver.js.

Tracking image