* Update web image editor * Delete type-assertions.ts * Re-add getKeys * Uncomment rotation code * Revert "Uncomment rotation code" This reverts commit 6269f3b928c2e5cacaf5d0ff5323fe975ee48eab. * Shuffle dependencies and update mobile resolution * Update ImageEditor modal layout for mobile * Avoid accidental closes of the EditImage modal --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
export const getKeys = Object.keys as <T extends object>(
|
|
obj: T,
|
|
) => Array<keyof T>
|