Skip to content

eligrey/canvas-toBlob.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f1a0189 · May 26, 2016

History

27 Commits
May 26, 2016
Nov 30, 2014
May 26, 2016

Repository files navigation

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