Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 653 Bytes

File metadata and controls

21 lines (16 loc) · 653 Bytes

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