Hi,
I'm trying to import animejs library (https://github.com/juliangarnier/anime/) to my app. I have already put in my www/index.html, but now I don't know how to import it to my ts file (for example: home.ts)
I have tried import { anime } from 'anime.min.js'; but no luck. Please help!