What problem does it solve?
This Skill helps you implement high-performance, accessible, and production-ready SVG animations and Canvas2D rendering so your interactive visuals stay smooth and correct across devices.
Core Features & Use Cases
- SVG animation recipes: draw-on using
stroke-dasharray/stroke-dashoffset, path morph approaches, and interactive reveal patterns.
- SVG filter and masking techniques: practical gooey/turbulence-style filters (e.g.,
feGaussianBlur, feColorMatrix) and clip-path/clipPath spotlight reveals.
- Production optimization & rendering quality:
svgo configuration that preserves important accessibility/ID behavior, plus hi-DPI Canvas setup with devicePixelRatio.
Use case example: you need an accessible animated inline SVG logo (including draw-on), plus a crisp hi-DPI particle canvas background with optional OffscreenCanvas + worker offloading for performance.
Quick Start
Ask the AI to apply the svg-canvas-craft reference recipes to your specific effect request and include accessibility-friendly inline SVG markup, an svgo-safe optimization plan, and a hi-DPI Canvas rendering approach tailored to your target device behavior.