https://github.com/mobeets/gifmoji
webcam feed into a gif made of emojis
https://github.com/mobeets/gifmoji
Last synced: 15 days ago
JSON representation
webcam feed into a gif made of emojis
- Host: GitHub
- URL: https://github.com/mobeets/gifmoji
- Owner: mobeets
- License: apache-2.0
- Created: 2018-07-07T19:01:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T02:11:41.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T04:33:32.243Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://mobeets.github.io/gifmoji
- Size: 3.14 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Takes webcam footage and converts it into a gif made of emojis.
Each block of pixels in the webcam image is replaced with the nearest emoji, based on the average color of pixels in each block.
Uses [p5.js](https://p5js.org/) for the webcam and graphics, and [gif.js](https://github.com/jnordberg/gif.js) for turning the canvas into a gif.