uuid5

UUID v5 generator (SHA1 hash into 128 bits)

Usage no npm install needed!

<script type="module">
  import uuid5 from 'https://cdn.skypack.dev/uuid5';
</script>

README

UUID v5

Creates uuid from the given string

let uuid5 = require("uuid5");
console.log(uuid5("Hello World"));

License MIT