mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: logo in svg
This commit is contained in:
parent
bcd239b91a
commit
0189120f79
5 changed files with 14 additions and 2 deletions
|
@ -360,5 +360,5 @@ export const FANCY_BACKGROUND_IMAGES = {
|
|||
export const DEFAULT_FANCY_BACKGROUND_IMAGE: keyof typeof FANCY_BACKGROUND_IMAGES =
|
||||
"solid" as const;
|
||||
|
||||
export const EXPORT_LOGO_URL = "/backgrounds/logo.png" as DataURL;
|
||||
export const EXPORT_LOGO_URL_DARK = "/backgrounds/logo-dark.png" as DataURL;
|
||||
export const EXPORT_LOGO_URL = "/backgrounds/logo.svg" as DataURL;
|
||||
export const EXPORT_LOGO_URL_DARK = "/backgrounds/logo_dark.svg" as DataURL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue