Load NPM module

Trying to load this module following the instructions in the docs: https://cdn.jsdelivr.net/npm/shortid@2.2.14/index.min.js
But I’m not able to call it in a JS query or JS transformer.
Just tried the papaparse example, too, and couldn’t call it.
Any thoughts?

Hey Evan, for JS library imports we support files that contain the entire library. The link you tried has imports to other files and so that won’t work. I managed to find a version of shortid that is in 1 file: https://unpkg.com/shortid-dist@1.0.5/dist/shortid-2.2.13.min.js