1.0.9-beta.0.0.4 • Published 3 months ago

neobee-amc v1.0.9-beta.0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months 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>
    
1.0.9-beta.0.0.4

3 months ago

1.0.9-beta.0.0.3

5 months ago