When needing to incorporate a library like Croppie, the installation process involves using npm or Bower:
npm install croppie
bower install croppie
Given that I am working on a server, I'm uncertain where to install it. Should it be on the server itself, within the WordPress files, or in the same folder as the JS file associated with this library?
Thank you for your help!