An open API service indexing awesome lists of open source software.

https://github.com/jongacnik/fideo

Frame video player (or sprite sheet player)
https://github.com/jongacnik/fideo

Last synced: about 1 year ago
JSON representation

Frame video player (or sprite sheet player)

Awesome Lists containing this project

README

          

# fideo

Frame video player (or sprite sheet player)

Blah Blah **README COMING SOON YA'LL**

## Install

npm install fideo

## Usage

fideo is meant to be consumed in a [CommonJS](http://www.commonjs.org/), [Browserify](http://browserify.org/) environment (though you can also use a pre-bundled version, more below):

var fideo = require('fideo')

## Bundled Version

If you don't want to mess with a build process you can also include the pre-bundled version found in `dist/fideo.bundled.js` in your project which exposes `fideo()` globally.

## Todo

- Tests