Update web image editor

This commit is contained in:
renahlee
2023-05-01 13:25:52 -07:00
parent d3e8bd3e9a
commit 6565595e03
10 changed files with 641 additions and 15 deletions
+3
View File
@@ -0,0 +1,3 @@
export const getKeys = Object.keys as <T extends object>(
obj: T,
) => Array<keyof T>