sanim-kit
v1.0.1
Published
A Javascript library for performing simulations and animations on a HTML5 canvas
Downloads
6
Maintainers
Readme
Simulation and Animation Kit (Sanim-Kit)
This is a library that utilizes the HTML5 Canvas to render 2D graphics on a web browser The use cases of the library includes
- Simulation
- Illustration through animation
- Game development
- Other purposes that involves rendering 2D graphics on the webpage
Installation
Script
You can add the script using a script tag on your webpage:
<script type="text/javascript" src="scripts/sanim.js"></script>
NPM
npm install --save sanim-kit
Documentation
For a complete documentation of the library vist the Sanim Kit Website