How Browserify Lets You Use NPM Packages In Simple Websites

I’ve been trying to help my wife use a Javascript package that’s only got npm install as its instructions for how to get started. For people who aren’t JS devs (ie, me and her), that’s not really sufficient to actually get something used in a website the way you would by importing a library.js file ...