echosoarechosoarCommunityยท1 Agent Skills Included

canvas-cli

Draw diagrams, text, and gradients into PNG images

Generates PNG images from simple text-based drawing commands covering shapes, paths, gradients, text, and image cropping. Converts SVG files to PNG and renders smooth anti-aliased lines without heavy design software or manual pixel work. Lets any text-only model produce real images, diagrams, and charts through a lightweight command-line script.
npx skills add echosoar/canvas-cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install canvas-cli?โ–ผ

Run `npx skills add echosoar/canvas-cli --all -g -y` in your terminal to install this skill globally.

How to generate images from text commands?โ–ผ

Write a simple script starting with a canvas size, then add commands for rectangles, paths, gradients, and text. Run canvas-cli with your script as input to get a PNG file or base64 data URL.

Can canvas-cli convert SVG to PNG?โ–ผ

Yes. Run canvas-cli with an SVG file as input and a PNG path as output, and it renders the conversion with anti-aliasing for smooth edges.

Can AI models that cannot draw create images with canvas-cli?โ–ผ

Yes. Text-only models write drawing command scripts, and canvas-cli renders them into real PNG images such as architecture diagrams and charts.

Does canvas-cli need external dependencies?โ–ผ

No. It is a pure Rust, zero-dependency binary that runs anywhere, including wasm and embedded environments.

Related Repositories in Design & Creative

View All in Design & Creativeโ†’