Skip to content

0A Installing and importing Canvas Preset

Luis Murillo Baltodano edited this page Aug 6, 2020 · 6 revisions

Installing Canvas Preset

npm i -S canvas-preset

Or for the latest version

npm i -S canvas-preset@latest

Importing Canvas Preset

import preset from 'canvas-preset'

Importing very last master version from CDN

import preset from 'https://luisarmando-testcoder.github.io/canvas-preset/index.js'

Useful when using some sort of online editors like Codepen

Clone this wiki locally