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

1.0.1 • Public • Published

@netless/fastboard

A tiny wrapper of white-web-sdk and @netless/window-manager.

Usage

import { createFastboard, createUI } from "@netless/fastboard";

createFastboard({
  sdkConfig: {
    appIdentifier: "whiteboard_app_id",
  },
  joinRoom: {
    uid: "unique_user_id",
    uuid: "room-uuid",
    roomToken: "NETLESSROOM_...",
  },
  managerConfig: {
    cursor: true,
  },
}).then(app => {
  createUI(app, document.getElementById("app"));
});

License

MIT @ netless

Readme

Keywords

none

Package Sidebar

Install

npm i @netless/fastboard

Weekly Downloads

1,360

Version

1.0.1

License

none

Unpacked Size

938 kB

Total Files

22

Last publish

Collaborators

  • hyrious
  • huaguzheng
  • vince-hz
  • hqer