This is probably a FAQ or RTFM, but I have only previously worked in a plain old HTML5 application and now want to use Cancas JS in a react app.
For my HTML5 app, I have a paid commercial license and have downloaded the JS code, which I drop into my lib dir and use the good old fashioned HTML way.
Now, I want to add Canvas JS to my react app. I can of course download and drop the js into my project, but if I want to use ‘npm install’, how do I tell ‘npm install’ that it needs to get the version of Canvas JS that I’ve paid for?
Thanks,
Peter