Just import it from UNPKG
<!-- In header -->
<script src="https://unpkg.com/munshi"></script>
or using NPM
-
Install from npm
npm install munshi
-
And then, import it
<!-- In header --> <script src="node_modules/mushi/index.min.js"></script>
/* In your js file or script. */
require("package"); // replace "package" with your package's name
Now you can access all the package's MAIN file's function without any hesitation!