mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add logo into export
This commit is contained in:
parent
9caa05825d
commit
780af522a2
6 changed files with 170 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue