| name | Canvas Design Tools |
| description | Interactive canvas-based design and layout creation |
Canvas Design Tools
DEMONSTRATE ONLY - Template skill for testing purposes
Purpose
This skill enables agents to:
- Create interactive canvas designs
- Manipulate visual elements
- Build layouts and compositions
- Export design assets
Instructions
When working with canvas design:
Setup canvas
- Initialize canvas context
- Set dimensions and resolution
- Configure coordinate system
Add elements
- Draw shapes (rectangles, circles, paths)
- Add text and typography
- Import and place images
- Layer elements with proper z-index
Apply transformations
- Scale, rotate, translate elements
- Apply filters and effects
- Adjust colors and opacity
Export
- Save as raster (PNG, JPG) or vector (SVG)
- Generate design specifications
- Export individual layers
Example Workflow
1. Create 800x600 canvas
2. Set background color
3. Add geometric shapes
4. Apply gradients
5. Add text overlays
6. Export as PNG
Limitations
This is a mock skill for demonstration only. Actual implementation would require HTML5 Canvas API, WebGL, or similar graphics frameworks.