raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 69,427

  1. I need some JS advice. Given a package that wants an npm install (cloudinary.com/documentation/javascript_quick_start), how would you consider using it _without_ a build process? I don't want to add a local build step to my work, or package.json. I want to <script src> in the lib, or import in via url.Pos?