https://github.com/bddjr/scratch-uid
Generate unique identifier for scratch blocks, varibles or lists.
https://github.com/bddjr/scratch-uid
id scratch scratch3 uid uuid
Last synced: 4 months ago
JSON representation
Generate unique identifier for scratch blocks, varibles or lists.
- Host: GitHub
- URL: https://github.com/bddjr/scratch-uid
- Owner: bddjr
- License: unlicense
- Created: 2025-05-13T06:02:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-15T06:52:34.000Z (5 months ago)
- Last Synced: 2026-01-15T13:04:57.565Z (5 months ago)
- Topics: id, scratch, scratch3, uid, uuid
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/scratch-uid
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generate unique identifier for scratch blocks, varibles or lists.
Install:
```
npm i scratch-uid
```
Example:
```js
import ScratchUID from "scratch-uid"
console.log(ScratchUID())
```
Output:
```
)suF}7|l^VJjU+jIIr[(
```