Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 321 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 321 Bytes

Spritesheet.js

A library to use spritesheet based animations in the HTML5 canvas. Spritesheets are images that contain all the assets needed to render one (or many) 2D animations on the screen, and are comonly used in (but not limited to) videogames.

This library implements the Clockwork rendering library interface.