frostcanvas

1.0.0 • Public • Published

FrostCanvas

FrostCanvas is a free, open-source canvas library for JavaScript.

It takes heavy inspiration from P5, focusing on 2D animation in a lightweight package.

Table Of Contents

Installation

JS

<script type="text/javascript" src="/path/to/frost-canvas.min.js"></script>

Using NPM

npm i frostcanvas

In Node.js:

const { JSDOM } = require('jsdom');
const { window } = new JSDOM('');
const { Canvas, Vector } = require('frostcanvas')(window);

Usage

Check the demo folder for examples. Full documentation and website coming soon™.

Package Sidebar

Install

npm i frostcanvas

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.8 kB

Total Files

3

Last publish

Collaborators

  • elusivecodes