@syyfe/syy-mp-plugin-live
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

商业云小程序直播插件

根据命令动态修改 app.json 添加小程序直播插件引入

plugins = {
    "live-player-plugin": {
        version: "1.3.0",
        provider: "wx2b03c6e691cd7370"
    }
};

安装

npm i @syyfe/syy-mp-plugin-live -D

示例

syy.config.ts

import SyyMpPluginLive from "@syyfe/syy-mp-plugin-live";

const SyyConfig: ISyyConfig = {
    plugin: [new SyyMpPluginLive()]
};

Readme

Keywords

none

Package Sidebar

Install

npm i @syyfe/syy-mp-plugin-live

Weekly Downloads

0

Version

3.3.0

License

ISC

Unpacked Size

3.41 kB

Total Files

5

Last publish

Collaborators

  • henry.zhou