Hello, I already posted once a question like this but I had no luck.
What I’m trying to understand is how to import a javascript library inside my ionic3 project.
Since ionic3 use TypeScript, from what I have understood, I need just to write a .d.ts file to describe the javascript library that I’m trying to import.
Is that right?
Does someone have a good website or any kind of reading on how to do that? I tried looking around but I found nothing.
Should I do something more?
I just need a good starting point then I’ll manage to try it on my own
To be more specific, this is the library I’m talking about