canvo
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Canvo

An easy to implement, well-featured image editor that uses HTML5 Canvas.

Installation

Browser

Just download canvo.browser.js from the dist/ directory in this repo and include the following in the bottom of your <body> before any other scripts:

<script type='text/javscript' src='/path/to/canvo.browser.js'></script>

Bower

Run this in your projects main directory:

bower install canvo

Then include it like this:

<script type='text/javascript' src='/path/to/bower_components/canvo/dist/canvo.browser.js'></script>

Node

Use your choice of package manager to install canvo, and import it using one of these two methods:

CommonJS (e.g. require()):

const Editor = require('canvo');
 
// Use it below (you should know this)...

ESModules (e.g. Webpack or Rollup):

import Editor from 'canvo';
 
// Use it below (you should know this)...

You should know this stuff anyway, I just try to make my READMEs idiot-proof.

Package Sidebar

Install

npm i canvo

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

21.8 kB

Total Files

18

Last publish

Collaborators

  • railrunner16