feat: revamp demo

This commit is contained in:
Justineo
2025-09-24 01:27:35 +08:00
committed by GU Yiling
parent 1da2bf7811
commit def0ad5bf5
47 changed files with 4180 additions and 1740 deletions

7
demo/constants.ts Normal file
View File

@ -0,0 +1,7 @@
export const DEMO_FONT_FAMILY =
'Manrope, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"';
export const DEMO_TEXT_STYLE: { fontFamily: string; fontWeight: number } = {
fontFamily: DEMO_FONT_FAMILY,
fontWeight: 400,
};