Hello.
Recently I bought a package which contains DrawSVGPlugin.
I want to implement this plugin in Ionic3 . As I know a npm package doesn't have plugins from club, nor @types/gsap. I added DrawSVGPlugin.js into node_modules/gsap and later recreated an android platform.
In .ts file as import I tried:
import { DrawSVGPlugin } from "gsap/DrawSVGPlugin";
and as calling plugin:
TweenLite.to("#svg_1", 1, {drawSVG:"40% 60%", ease:Power1.easeInOut});
my html s