Hello!
I'm developing a GSAP Nuxt module to simplify GSAP integration in Nuxt applications.
The module offers the following features:
Auto-import GSAP: Easily integrate GSAP without manually importing it in every file.
Dynamic Plugin Registration: Import and register GSAP plugins only if enabled in nuxt.config.ts, optimizing performance.
Composable for Each Plugin: Use GSAP plugins as composables for a simple and direct experience.
I would like to also include GSAP's premium plugins in the module, but only for users who have a valid GSAP Club license.
What is the best way to manage the installation of GSAP's premium plugins in a Nuxt module?
I greatly appreciate any feedback or suggestions on how to best implement this functionality.
Thank you!