1.0.0 • Published 3 years ago

ramdom-6060 v1.0.0

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

osmo-live-annotations-frontend

Usage

import Annotation from "../lib";

<Annotation
  websocketsURL={websocketsURL}
  lessonId={lessonId}
  width={width}
  height={height}
  wrapperStyles={{ position: "absolute", top: 0, left: 0 }}
/>;

Commands

yarn start

Runs the library in development mode. Open http://localhost:3000 to view it in the browser.

yarn demo

Builds static demo website

yarn build

Builds the library for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.