Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)