UNPKG

oh-my-live2d

Version:

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

16 lines (15 loc) 411 B
export declare const COMPLETE = "complete"; export declare const CUBISM2 = "cubism2"; export declare const CUBISM4 = "cubism4"; export declare const enum WindowSizeType { pc = "PC", mobile = "MOBILE" } export declare enum MotionPreloadStrategy { /** Preload all the motions. */ ALL = "ALL", /** Preload only the idle motions. */ IDLE = "IDLE", /** No preload. */ NONE = "NONE" }