$ npm install canvas-to-blob
A polyfill for the canvas.toBlob method, for the browser.
npm install canvas-to-blob
var toBlob = require('canvas-to-blob');
toBlob(uri)
- Transforms the Base64-encoded uri
into a Blob
.
toBlob.init()
- Attaches the toBlob
function to the Canvas prototype.
toBlob.supported
- Returns true
if this method is supported by the browser, otherwise false
.
© 2010 - cnpmjs.org x YWFE | Home | YWFE