devcanvas

1.1.2 • Public • Published

DevCanvas

A lightweight canvas framework. npm version

Installing

  • Install using npm.
    npm i -S devcanvas

Documentation

Engine

Engine is the core of devcanvas. You should have one Engine instance per Canvas.

Usage

import { Engine } from 'devcanvas';

let canvas = document.getElementById('canvasId');
let engine = new Engine(canvas, canvas.getContext('2d'));

Readme

Keywords

none

Package Sidebar

Install

npm i devcanvas

Weekly Downloads

1

Version

1.1.2

License

ISC

Unpacked Size

418 kB

Total Files

18

Last publish

Collaborators

  • devync