NanoId Generator
A tiny, secure, URL-friendly, unique string ID generator for JavaScript. Length: 21 chars
Comparison with UUID
- Generation: NanoId has 126 random bits, uuid 122
- Chance of duplication: NanoId one in a billion, uuid on in a 103 trillion
- Length: NanoId 21 symbols instead of 36 with uuid
- Package Size: NanoId 130 bytes instead of 423 bytes with uuid