2.3.0 • Published 4 years ago

canvas2image-2 v2.3.0

Weekly downloads
95
License
GPL-3.0
Repository
github
Last release
4 years ago

canvas2image 2

Canvas2Image cannot be imported as a module and seems to no longer be maintained.

This repository contains the original code, a few changes and a export statement.

Usage

npm install canvas2image-2
import canvas2image from "canvas2image-2";

canvas2image.convertToPNG(canvas, 400, 400);