UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

15 lines (14 loc) 265 B
"use strict"; export const GSAP_FACTORY = { gsap: void 0, timeline: (vars) => { return void 0; } }; function gsapTimeline(vars) { return GSAP_FACTORY.timeline(vars); } function gsapLib() { return GSAP_FACTORY.gsap; } export { gsapTimeline, gsapLib };