https://github.com/nrlquaker/sauce.js
SAUCE parser for Node.js
https://github.com/nrlquaker/sauce.js
ansii-art ascii-art sauce typescript
Last synced: 3 months ago
JSON representation
SAUCE parser for Node.js
- Host: GitHub
- URL: https://github.com/nrlquaker/sauce.js
- Owner: nrlquaker
- License: mit
- Created: 2018-05-22T20:05:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T09:24:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T19:47:06.549Z (4 months ago)
- Topics: ansii-art, ascii-art, sauce, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/sauce.js
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sauce.js
[](https://travis-ci.com/nrlquaker/sauce.js)
sauce.js is [SAUCE](http://www.acid.org/info/sauce/sauce.htm) parser for Node.js
## Installation
`npm install sauce.js`
## Usage
```typescript
const sp = new SauceParser()
const result = sp.parse('/path/to/file.ans')
console.log(result)
```## License
sauce.js is released under the [MIT License](https://github.com/nrlquaker/sauce.js/blob/master/LICENSE)