There is an external script I want to use for my project. It's a free license to use and can either be used via a node module or script tag. If I planned on expanding upon the functionality of the script for my own use case, would it make more sense for me to download the js script file, host it internally and make edits to it there?
I wouldn't be able to do that if I used it as a node module, right?