Tiny unique ID generator, similar to nanoid.
https://www.npmjs.com/package/foxid
| lib | ||
| .editorconfig | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
foxid
Tiny unique ID generator, similar to nanoid.
- URL-friendly
- Cryptographically secure
- Simple implementation
- Good performance
- Node.js/Deno/Bun and browser support
var foxid = require('foxid')
foxid() // "w9q567s7qj4bmp9h"
foxid(32) // "tw24cymw3kb225mctevc3csna241pnm2"
License
Licensed under the MIT License.
Made with ❤ by Lua (foxgirl.dev).