# 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](http://www.ffmpeg.org/) to convert an image sequence into the video.
