0.0.3 • Published 1 year ago

dickjs v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

DickJS

Generate ASCII art of DickJS using the asciify-image package.

Installation

You can install this package via npm:

npm install dickjs

Usage

const generateThingy = require('dickjs');


generateThingy("https://static-00.iconduck.com/assets.00/penis-emoji-2048x2004-mcysxmme.png")
    .then(ascii => console.log(ascii))
    .catch(err => console.error('Error generating ASCII art:', err));

Credits

This package is based on the asciify-image package.

License

This project is licensed under the MIT License

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago