Including JS libraries
Hey all.
I'm trying to create a JS object that uses this Javascript library https://github.com/keen/keen-js .
Normally I would include the library as described in the guide:
What's the equivalent to doing this in Max? How can I place the file so it can be loaded and seen in a Max patch?
Thanks!
I'm curious about this as well.
The "require" directive should work.
Doesn't this mean all of the NPM libraries have always been accessible, even before the advent of Node for Max?