UNPKG

img2braille

Version:

Dynamically converts an image to braille (ASCII) art

8 lines (5 loc) 174 B
const { braillefy } = require('img2braille'); (async () => { const result = await braillefy('https://i.nuuls.com/LAOzc.png', 30); console.log(result); })();