Converts a JPG Sequence into a scrollable video view. Runs in a Node+Express environment. Includes an uploader-tool for automatic creation of assets. Uses ImageMagick to convert uploaded highres images to lowres format used in the rendering.
Install ImageMagick using Homebrew:
$ brew install imagemagickcd to the root directory of this repo
$ cd REPO_LOCATIONInstall Node modules
$ npm installRun the server
$ node Server.jsThe server should now be up and running on 0.0.0.0:3000
Pass your IP address to the server for enabling local testing through other devices
$ node Server.js YOUR_IPThe server should now be up and running on YOUR_IP:3000