Hi!
First of all, thanks for the module!
I was wondering, how can I register plugins?
Here is what should be done in pure Javascript:
import { gsap } from "gsap";
import { RoughEase } from "gsap/EasePack";
gsap.registerPlugin(RoughEase);
What should be done using this module?