Skip to content

Instantly share code, notes, and snippets.

@balvinder294
Created January 24, 2023 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save balvinder294/2461a0f9d7bdfb3c2b143c3d6ed04565 to your computer and use it in GitHub Desktop.
Save balvinder294/2461a0f9d7bdfb3c2b143c3d6ed04565 to your computer and use it in GitHub Desktop.
A sample to use Browserify bundel containing Npm module in the browser | Tekraze.com
<script src="./example.js"></script>
<script>
async function someMethod() {
const res = window.Buffer.from('somestring');
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment