Skip to content
/ munshi Public

πŸ“ Importing packages in vanilla javascript, from unpkg, made simple.

Notifications You must be signed in to change notification settings

squikjs/munshi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

munshi

πŸ“ Importing packages in vanilla javascript, from unpkg, made simple.


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>

β€πŸ’» Using it is very simple and straightforward as well!


/* In your js file or script. */

require("package"); // replace "package" with your package's name

πŸŽƒ It's as easy as that!

Now you can access all the package's MAIN file's function without any hesitation!


Made with ❀️ by squik.

About

πŸ“ Importing packages in vanilla javascript, from unpkg, made simple.

Resources

Stars

Watchers

Forks