feat: scale up small exports with fancy background

This commit is contained in:
Arnošt Pleskot
2023-08-15 23:41:52 +02:00
parent d27856a967
commit 4c8cf9c91c
6 changed files with 64 additions and 14 deletions

View File

@@ -657,3 +657,5 @@ export type FrameNameBoundsCache = {
}
>;
};
export type Dimensions = { width: number; height: number };