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.
For npm
npm i canvafy
For Yarn
yarn add canvafy
For CommonJS
const canvafy = require("canvafy");
For ES6
import canvafy from "canvafy";
See Document for Detailed Usage Information!