mirror of
https://github.com/penpot/penpot.git
synced 2025-06-26 21:16:59 +02:00
🎉 Add uuid v1 implementation.
This commit is contained in:
parent
2390735164
commit
20cd5b1d9c
4 changed files with 154 additions and 48 deletions
5
frontend/vendor/main.externs.js
vendored
5
frontend/vendor/main.externs.js
vendored
|
@ -49,5 +49,8 @@ var TopLevel = {
|
|||
"result": function() {},
|
||||
"readAsText": function() {},
|
||||
"src": function() {},
|
||||
"readAsDataURL": function() {}
|
||||
"readAsDataURL": function() {},
|
||||
"crypto": {
|
||||
"getRandomValues": function() {}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue