0.0.6 • Published 3 years ago

@netless/sync-box v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

安装

# 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);
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago