In my html file i am pulling the gsap library from a CDN:
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script>
In my JSX file I am trying to import the plugin
import "gsap-react-plugin";
Would it be possible to explain what needs to be done to import the file?