scratchjr_add_svg_asset
Add custom characters or backgrounds to ScratchJr projects using static SVG. Provide SVG with matching viewBox; backgrounds should be 480×360. Returns an md5 asset name usable in projects.
Instructions
Add a custom character or background using static SVG geometry. Use SVG with a matching viewBox; backgrounds should be 480×360. Returns an md5 asset name usable in projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| svg | Yes | ||
| kind | Yes | ||
| name | Yes | ||
| width | Yes | ||
| height | Yes |