Skip to content

IAmAnubhavSaini/canvas-js

Repository files navigation

canvas-js

Library for easy HTML5 canvas development.

use v8

Installation

npm i canvas-js

Usage

Check doc/

APIs

  • Point2d, Point2dI (interface)
  • Circle, CircleISquare
  • Square, SquareI
  • Rectangle, RectangleI

Development

npm i -g npm typescript jasmine

  • Why should you install typescript globally?
    • TS is 60MBs installation. This quickly adds up if you have multiple projects that depend up on it.
  • Why should you install jasmine globally?
    • Doesn't hurt. Same principle as above.

License

MIT

  • © 2016-2021 Anubhav

About

HTML 5 Canvas library for easy development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published