Generate ASCII art of DickJS using the asciify-image
package.
You can install this package via npm:
npm install dickjs
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));
This package is based on the asciify-image package.
This project is licensed under the MIT License