v4-uuid

Simple Version 4 (random) UUID generator for browser, without any dependencies. Calls `Math.random()` twice to generate a single UUID.

Usage no npm install needed!

<script type="module">
  import v4Uuid from 'https://cdn.skypack.dev/v4-uuid';
</script>

README

v4-uuid

Simple Version 4 (random) UUID generator for browser, without any dependencies. Calls Math.random() twice to generate a single UUID.

Usage

npm i v4-uuid

now

import uuid from 'v4-uuid';

console.log(uuid())

License

Unlicense — public domain.