1.0.1 • Published 9 years ago

node-cocoscii v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

node-cocoscii

This is a Node.js version of the javascript (ES2015) version of ASCIImage by Charles Parnot. ASCIImage lets you create icons by defining some control points for drawing lines, paths, and circles. You can also style each shape individually. Read all about the original project, then read about cocoscii, then come back here.

Try it out!

node-cocoscii includes a commandline tool bin/saciimage.js for translating .asciimage files into png. It accepts .asciimage data via stdin, and outputs to its stdout a PNG image representation of the image.

npm install -g node-cocoscii
cat ./examples/cross.asciimage | asciimage.js | open -f -a /Applications/Preview.app

You'll see something like as follows:

Example .asciimage translated to .png

There are also a number of other implementations of ASCIImage available at ASCIImage.org.