get_module_imports_guide
Find the correct Anime.js v4 import path for any function or export, compare main, subpath, and importmap options, and generate browser importmap snippets.
Instructions
Consulta las opciones de importación modular de Anime.js v4: desde el módulo principal 'animejs', importación granular por subpaths (animejs/animation, animejs/timer, animejs/text, animejs/draggable, etc.) o importmaps para navegadores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Buscar de qué subpath importar una función o exportación concreta (ej. 'splitText', 'createTimer', 'createDraggable', 'stagger', 'createSpring'). | |
| subpath | No | Nombre de subpath específico (ej. 'animejs/animation', 'animejs/text', 'animejs/timer', 'animejs/utils'). | |
| generateImportMap | No | Generar el snippet HTML <script type="importmap"> completo para usar Anime.js v4 en navegadores sin build step. |