Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EnotionZ/jscii
JavaScript image to ASCII converter
https://github.com/EnotionZ/jscii
Last synced: about 2 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 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T20:55:09.000Z (over 6 years ago)
- Last Synced: 2024-04-14T22:49:37.715Z (9 months ago)
- Language: JavaScript
- Homepage: http://enotionz.github.com/jscii/
- Size: 6.51 MB
- Stars: 352
- Watchers: 24
- Forks: 55
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - EnotionZ/jscii - JavaScript image to ASCII converter (JavaScript)
- 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)