brailledraw
v0.0.2
Published
Draw on the text based canvas using unicode Braille patterns.
Maintainers
Readme
BrailleDraw
Draw on the text based canvas using unicode Braille patterns. Designed to working with Bun.
To import as a module:
bun add woxxo/brailledrawimport { BrailleDraw } from 'brailledraw';
const bd = new BrailleDraw(100, 30);
bd.plotLine(0, bd.height - 1, bd.width, 0);
console.log(bd.version);
console.log(bd.toString());To install from repo into the new folder:
bun create woxxo/brailledrawTo run the installed package:
cd brailledraw
bun run startor just
bun startTo run the package direct from GitHub:
bun x woxxo/brailledrawor from npmjs.com
bun x brailledrawFree software by woxxo.
