mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-07 13:04:42 +01:00
fix: add constants and side methods to packages
This commit is contained in:
@@ -108,6 +108,13 @@ export const CLASSES = {
|
||||
FRAME_NAME: "frame-name",
|
||||
};
|
||||
|
||||
export const FONT_SIZES = {
|
||||
sm: 16,
|
||||
md: 20,
|
||||
lg: 28,
|
||||
xl: 36,
|
||||
} as const;
|
||||
|
||||
export const CJK_HAND_DRAWN_FALLBACK_FONT = "Xiaolai";
|
||||
export const WINDOWS_EMOJI_FALLBACK_FONT = "Segoe UI Emoji";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user