mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-27 04:07:05 +02:00
feat: prefer hash when importing libraries & expose importLibrary (#3320)
This commit is contained in:
@@ -116,3 +116,11 @@ export const MODES = {
|
||||
};
|
||||
|
||||
export const THEME_FILTER = cssVariables.themeFilter;
|
||||
|
||||
export const URL_QUERY_KEYS = {
|
||||
addLibrary: "addLibrary",
|
||||
} as const;
|
||||
|
||||
export const URL_HASH_KEYS = {
|
||||
addLibrary: "addLibrary",
|
||||
} as const;
|
||||
|
Reference in New Issue
Block a user