Running a JS package through npm on Webflow

No, Webflow has a custom code limit of 10000 characters. You could try putting the CSS in the head code and the JavaScript in the body code to see if you can get around it.

Failing that you can host your these files somewhere else free (Github pages, Netlify, Firebase, etc) and load them as https script / link includes.

1 Like