Package Exports
- canvafy
- canvafy/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (canvafy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Make configurable canvas easily with Canvafy.
To Install the canvafy
module, open a console and write the code below.
> npm i canvafy
const canvafy = require("canvafy");
See Document for Detailed Usage Information!