Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 423 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 423 Bytes

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...