Jump to content
Search Community

CustomEase License / Node JS import issue

PMWLTD test
Moderator Tag

Recommended Posts

Hey everyone, I'm trying to include CustomEase on my Svelte project. I am under the impression CustomEase is included with the free membership? I could be mistaken. Anyway, I was trying to look for the bug that was preventing me from importing it and I found that it was commented out under "Bonus" in my node_modules folder gsap/all.js, which gave me the impression it's only for club members.

 

export * from "./MotionPathPlugin.js";
export * from "./PixiPlugin.js";
export * from "./ScrollToPlugin.js";
export * from "./ScrollTrigger.js";
export * from "./TextPlugin.js";
 
//BONUS EXPORTS
//export * from "./CustomEase.js";
//export * from "./DrawSVGPlugin.js";
//export * from "./Physics2DPlugin.js";
//export * from "./PhysicsPropsPlugin.js";
//export * from "./ScrambleTextPlugin.js";
//export * from "./CustomBounce.js";

 

If it's club-only please let me know. But if not, I wonder how I can include it without breaking the code for when you guys release updates?

Thanks!

 

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...