SkillAgentSearch skills...

Drawille

HTML5 Canvas on the terminal with Deno.

Install / Use

/learn @littledivy/Drawille
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

MIT license

Related Skills

View on GitHub
GitHub Stars34
CategoryDevelopment
Updated1y ago
Forks2

Languages

TypeScript

Security Score

80/100

Audited on Jul 11, 2024

No findings