@rfkit/theme
v0.1.16
Published
A flexible light/dark theme switching library supporting custom theme configuration, dynamic switching, and responsive design
Maintainers
Readme
独立的主题生成库
使用
import initTheme from '@dc/auto-theme';
initTheme();查看配置
import { themeConfig } from '@dc/auto-theme';
console.log(themeConfig);