ascmii is a real-time ASCII art visualizer. You can use camera or file input. Check it out live here.
ascmii leverages WebRTC for input media interaction and common image processing algorithms to convert images into a corresponding ASCII matrix. In addition to cameras, it all supports certain image and video files. A user can also toggle the theme (light/dark).
- react.js
- WebRTC
- Clone or Fork the project
git clone https://github.com/Nickprovs/ascmii.git
- Navigate to client code
cd client
- Install Dependencies
npm update
- Start on localhost
npm start
Distributed under the MIT License. See License for more information.