A Sumor Cloud Tool.
More Documentation
This is a short-id library for Node.js and the browser. You can easily use it to generate a short id from number.
npm i @sumor/short-id --save
Require Node.JS version 16.x or above
As this package is written in ES module,
please change the following code in your package.json
file:
{
"type": "module"
}