UNPKG

oh-my-live2d

Version:

live2d component for web. 看板娘组件, 支持 model2、model3、model4

11 lines (9 loc) 542 B
import { CommonStyleType } from '../types/common.js'; export declare const generateGlobalStyle: (primaryColor: string) => string; export declare const STAGE_DEFAULT_GLOBAL_STYLE: CommonStyleType; export declare const STAGE_DEFAULT_STYLE: CommonStyleType; export declare const TIPS_DEFAULT_STYLE: CommonStyleType; export declare const STATUS_BAR_DEFAULT_STYLE: CommonStyleType; export declare const MENUS_DEFAULT_STYLE: CommonStyleType; export declare const PRIMARY_COLOR = "#38B0DE"; export declare const STATUS_BAR_ERROR_COLOR = "#F08080";