First commit
This commit is contained in:
commit
7fe5d03a09
33 changed files with 6524 additions and 0 deletions
5
app/three/utils/get-layer-id.ts
Normal file
5
app/three/utils/get-layer-id.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
let lastId = 0;
|
||||
|
||||
export function stamp(obj: any) {
|
||||
return obj._id ?? (obj._id = ++lastId);
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue