1.0.2 • Published 11 years ago

a2s v1.0.2

Weekly downloads
9
License
-
Repository
github
Last release
11 years ago

A2S

A simple library to interface with the handy A2S API for converting ASCII Art into SVGs.

Usage example

If installed with npm install -g a2s, try:

a2s example.txt > example.png

Otherwise:

var A2SRenderer = require('a2s')
  , renderer = new A2SRenderer()

renderer.render({
  text: 'SVG is Awesome!\n---------------->'
}, console.log.bind(console, 'RESPONSE:'))
1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago