sauce.js

SAUCE parser for Node.js


Keywords
sauce, ansii-art, ascii-art, typescript
License
MIT
Install
npm install sauce.js@1.0.3

Documentation

sauce.js

Build Status

sauce.js is SAUCE parser for Node.js

Installation

npm install sauce.js

Usage

const sp = new SauceParser()
const result = sp.parse('/path/to/file.ans')
console.log(result)

License

sauce.js is released under the MIT License