UNPKG

oh-my-live2d

Version:

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

4 lines (3 loc) 230 B
export type EventFn = (...arg: any[]) => void | Promise<void>; export type EventType = 'load' | 'hit' | 'stageSlideIn' | 'stageSlideOut'; export type LoadEventFn = (status: 'loading' | 'success' | 'fail') => void | Promise<void>;