Small example application showing random images and making a gif of the reaction via WebRTC using yahoos gifshot.
See code in browser/ and the documentation at the Omniscient repo or the Omniscient homepage.
Clone repo
$ git clone https://github.com/omniscientjs/demo-reactions
Install dependencies
$ cd demo-reactions
$ npm install
Build by doing npm run build
Start a static server (e.g. harp or python) and run index.html
Example:
$ python -m SimpleHTTPServer
- Make design