1.0.9-beta.0.0.4 • Published 1 year ago

neobee-amc v1.0.9-beta.0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

AMC

AMC(aizao-media-core),多媒体编辑器数据标准化interface。

alt 架构图

开始

    import AMC, { NotifierComponent } from './aizao-media-core';
    
    const core = new AMC(data);
    
    <NotifierComponent 
      core={core} 
      listeners={new Set([
        core.notifierKeys.PlayStates
      ])} 
    >
      <App/>
    </NotifierComponent>