https://github.com/EnotionZ/jscii
JavaScript image to ASCII converter
https://github.com/EnotionZ/jscii
Last synced: 7 months ago
JSON representation
JavaScript image to ASCII converter
- Host: GitHub
- URL: https://github.com/EnotionZ/jscii
- Owner: EnotionZ
- License: mit
- Created: 2012-10-26T19:46:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T20:55:09.000Z (about 7 years ago)
- Last Synced: 2025-05-06T03:02:11.286Z (7 months ago)
- Language: JavaScript
- Homepage: http://enotionz.github.com/jscii/
- Size: 6.51 MB
- Stars: 351
- Watchers: 23
- Forks: 56
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - EnotionZ/jscii - JavaScript image to ASCII converter (JavaScript)
README
Jscii
=====
Jscii is an image/stream to ASCII conversion library. It can convert a single image to ASCII characters using [HTML5 canvas](http://caniuse.com/canvas) 2d context to analyze the pixel data. It can also convert a video stream using the [getUserMedia API](http://caniuse.com/stream).
### Examples ###
Go to the [project site](http://enotionz.github.com/jscii/) for demo
### License ###
Jscii is distributed under the [MIT License](http://www.opensource.org/licenses/MIT)