uuid-prefix

UUID With Prefix

Usage no npm install needed!

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

README

UUID with Prefix

Adds bytes as prefix to the standared uuid - RFC4122 v1 (timestamp-based).

How to Install

npm install uuid-prefix

How to Use

in Node.js:

var uuid = require('uuid-prefix');

now, get the new uuid:

var newUuid=uuid.getUuidV1([33,22,55,123,2]);

License

This package is licensed under MIT license.