@netless/sync-box
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

安装

# npm
npm install @netless/sync-box

# yarn
yarn add @netless/sync-box

插入

let plugin = room.getInvisiblePlugin(SyncBox.kind)
if (!plugin) {
    plugin = SyncBox.create({ room, width: 1280, height: 720 });
}
const h1 = document.createElement("h1");
h1.innerText = "h1";
plugin.bind(h1);

Readme

Keywords

none

Package Sidebar

Install

npm i @netless/sync-box

Weekly Downloads

1

Version

0.0.6

License

ISC

Unpacked Size

26.8 kB

Total Files

14

Last publish

Collaborators

  • hqer
  • vince-hz
  • hyrious
  • huaguzheng