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
No known key found for this signature in database
6 changed files with 170 additions and 31 deletions

View file

@ -234,6 +234,7 @@ export const MAX_DECIMALS_FOR_SVG_EXPORT = 2;
export const EXPORT_SCALES = [1, 2, 3];
export const DEFAULT_EXPORT_PADDING = 10; // px
export const FANCY_BG_PADDING = 24; // px
export const FANCY_BG_LOGO_PADDING = 20; // px
export const FANCY_BG_BORDER_RADIUS = 12; // px
export const DEFAULT_MAX_IMAGE_WIDTH_OR_HEIGHT = 1440;