generate_svg_animation
Transforms a static SVG file into an animated SVG component based on a user-provided text description of the animation.
Instructions
Generate an SVG animation from a source file and prompt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of what animation to generate (e.g., 'Make the character wave their hand', 'Add bouncing motion to the ball') | |
| svg_path | Yes | Local file path to the source file to animate, must be the absolute path (e.g., '/Users/username/image.svg') | |
| output_path | Yes | Local file path to the output file, must be the absolute path (e.g., '/path/to/animated-svg.tsx') |