Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 443 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 443 Bytes

Running Examples

First install the dependencies

npm install

Then run the server

node server.js

This will start a server on port 9000. In a browser connect to your ip (or localhost).

http://localhost:9000/

Other Dependencies

The SpritesheetTest.js demo creates an mpeg video from a EaselJS animation. So it requires ffmpeg to convert an image sequence into the video.