Drawille
HTML5 Canvas on the terminal with Deno.
Install / Use
/learn @littledivy/DrawilleREADME
drawille
HTML5 Canvas on the terminal. Based on drawille implementation.
https://user-images.githubusercontent.com/34997667/127607186-8eb7ac23-ab00-48ed-a01a-90e5e262f122.mp4
Usage
Take a look at various examples located at examples/
import Canvas from "https://deno.land/x/drawille/drawille.ts";
const canvas = new Canvas();
let ctx = canvas.getContext("2d");
// ...
Requires --unstable feature to be enabled for
Deno.consoleSize.
License
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
106.4kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
review-duplication
100.0kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
