hubot-ascii-art
Version:
Convert text to ASCII
37 lines (25 loc) • 647 B
Markdown
# hubot-ascii-art
[](https://www.npmjs.com/package/hubot-ascii-art)
Convert text to ASCII art
See [`src/ascii.js`](src/ascii.js) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-ascii-art --save`
Then add **hubot-ascii-art** to your `external-scripts.json`:
```json
[
"hubot-ascii-art"
]
```
## Sample Interaction
```
user1>> hubot ascii test
hubot>>
_ _
| |_ ___ ___| |_
| __/ _ \/ __| __|
| || __/\__ \ |_
\__\___||___/\__|
```
## License
This work is licensed under the MIT license. For details, see [LICENSE](LICENSE).