canvas-to-blob
Canvas toBlob polyfill
Last updated 7 years ago by remixz .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install canvas-to-blob 
SYNC missed versions from official npm registry.

canvas-to-blob

A polyfill for the canvas.toBlob method, for the browser.

Installation

npm install canvas-to-blob

Methods

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.

Current Tags

  • 1.0.0                                ...           latest (7 years ago)

2 Versions

  • 1.0.0                                ...           7 years ago
  • 0.0.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 2
Dependencies (0)
None
Dev Dependencies (1)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |