neobee-amc

1.0.9-beta.0.0.4 • Public • Published

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>
    

Readme

Keywords

none

Package Sidebar

Install

npm i neobee-amc

Weekly Downloads

1

Version

1.0.9-beta.0.0.4

License

ISC

Unpacked Size

628 kB

Total Files

44

Last publish

Collaborators

  • kyogl