cabjs

0.0.8 • Public • Published

Cabjs

NPM version Build Status Downloads

A framework to draw canvas with Babel

Usage

var ret = CabJS.RectClass.extend({
    x: 0,
    y: 0,
    width: 20,
    height: 100,
    color: "#000",
    keyframe: function() {
        this.x += 1;
        this.y += 0.5;
    }
});
CabJS.start("mycanvas");

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i cabjs

Weekly Downloads

8

Version

0.0.8

License

ISC

Last publish

Collaborators

  • secbone