Jump to content
Search Community

Fulcrum

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Fulcrum

  1. Hi, Receiving this "Module not found" error while importing DrawSVGPlugin module. 
    the base gsap is working fine, just the drawSVGPlugin is throwing this error.
     

    import { DrawSVGPlugin } from 'gsap/DrawSVGPlugin';
    export const PathAnimation = () => {  
      gsap.registerPlugin(DrawSVGPlugin);
    }

    image.thumb.png.7c4961eef4ea6c7983fd5449b2f919e8.png


    I am using NextJS 14.1.0.
    I tried importing the plugin from "/dist" "/all", but the issue persists.
    Thanks in advance for help.

×
×
  • Create New...