Skip to content

ItsPi3141/gsap-unlocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSAP Unlocker

Use GSAP club plugins anywhere

Installation

First, install the npm package

npm install gsap-unlocker

Make sure you also have GSAP trial

npm install gsap gsap-trial

Usage

Import gsap-unlocker in your project before importing GSAP

import "gsap-unlocker";
import gsap from "gsap";
import { DrawSVGPlugin } from "gsap-trial/DrawSVGPlugin";
// other imports...