This package has been deprecated

Author message:

The a2s service has been removed; this tool will no longer function.

a2s

1.0.2 • Public • Published

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:'))

Readme

Keywords

none

Package Sidebar

Install

npm i a2s

Weekly Downloads

6

Version

1.0.2

License

MIT

Last publish

Collaborators

  • schoonology