├── LICENSE ├── README.md ├── icon.svg ├── images ├── green-button.png ├── preview.gif ├── scrn1.png ├── scrn2.png └── sprite.png ├── index.html ├── main.js └── styles.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/README.md -------------------------------------------------------------------------------- /icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/icon.svg -------------------------------------------------------------------------------- /images/green-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/images/green-button.png -------------------------------------------------------------------------------- /images/preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/images/preview.gif -------------------------------------------------------------------------------- /images/scrn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/images/scrn1.png -------------------------------------------------------------------------------- /images/scrn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/images/scrn2.png -------------------------------------------------------------------------------- /images/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/images/sprite.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/index.html -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/main.js -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhatsor/filmstrip/HEAD/styles.css --------------------------------------------------------------------------------