@sokolabs/wid
v2.1.3
Published
Unique-identifier generator
Downloads
16
Readme
@sokolabs/wid
Generates a unique identifier - 88 bits 18-base32-encoded-alphanumeric-characters
in the browser.This has browser specific codes that does not work on the serverside of NodeJS.
Include this in the script tag of the html file.
<script src="../js/index.js"></script>
</head>
<body>
<button id="generate" onclick="wid()">Generate</button>
</body>