UNPKG

npm-require

Version:

synchronous global require function for the browser to load commonjs modules from a (relative) path, a URL or npm

10 lines (9 loc) 132 B
<!doctype html> <html> <head> <meta charset="utf-8"> </head> <body> <script src="demo.js"></script> </body> </html>