Socket
Socket
Sign inDemoInstall

canvas-to-blob

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-to-blob

Canvas toBlob polyfill


Version published
Weekly downloads
1.3K
decreased by-82.61%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 03 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc