Skip to main content
Deno 2 is finally here 🎉️
Learn more

drawllie

HTML5 Canvas on the terminal. Based on Drawllie implementation.

Usage

Take a look at various examples located at examples/

import Canvas from "https://deno.land/x/drawllie/drawllie.ts";

const canvas = new Canvas();
let ctx = ctx.getContext("2d");
// ...

Requires –unstable feature to be enabled for Deno.consoleSize.

License

MIT license