New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

canvo

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvo

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

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

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.

Keywords

image

FAQs

Package last updated on 23 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts