feat: add logo into export

This commit is contained in:
Arnošt Pleskot
2023-08-28 10:21:37 +02:00
parent 9caa05825d
commit 780af522a2
6 changed files with 170 additions and 31 deletions

View File

@@ -659,3 +659,4 @@ export type FrameNameBoundsCache = {
};
export type Dimensions = { width: number; height: number };
export type ExportPadding = [number, number, number, number];