oh-my-live2d
Version:
live2d component for web. 看板娘组件, 支持 model2、model3、model4
24 lines (23 loc) • 575 B
TypeScript
import type { DefaultOptions } from '../types/index.js';
export declare const DEFAULT_OPTIONS: DefaultOptions;
/** 第三方 SDK */
export declare const SDK: {
PIXI: string;
PIXI_LIVE2D_DISPLAY: string;
PIXI_LIVE2D_DISPLAY_CUBISM2: string;
PIXI_LIVE2D_DISPLAY_CUBISM4: string;
};
/** 全局配置 */
export declare const CONFIG: {
stageId: string;
canvasId: string;
statusBarId: string;
tipsId: string;
menusId: string;
};
/** 菜单的配置 */
export declare const MENU_ITEMS: {
id: string;
name: string;
title: string;
}[];