Jump to content
GreenSock

chacrasoftware

NextJS importing DrawSVGPlugin

Moderator Tag
Go to solution Solved by elegantseagulls,

Recommended Posts

Using latest version of NextJS, importing and registering plugins like ScrollTrigger and ScrollToPlugin works fine but others as tested so far like DrawSVGPlugin, InertiaPlugin and Draggable renders an error Module not found: Can't resolve 'gsap/dist/DrawSVGPlugin'.

 

I'm importing the umd as suggested like so:

import { DrawSVGPlugin } from 'gsap/dist/DrawSVGPlugin'

gsap.registerPlugin(DrawSVGPlugin)

 

Link to comment
Share on other sites

  • Solution

Do you have the private NPM module installed with the bonus files?

  • Like 2
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.
×