how to import “mongoose” library into html

me want to import a mongoose library to my website(into html code), but I cant`t do this. I tryed import a ‘mongoose/index.js’ file, but I was only able to import this file and not the entire library. How can I import this library into my html code?
P.S. In developer console was written “require is not defined”