stf-screenshare
v0.1.1
Published
A react library for screenshare of STF
Downloads
3
Readme
stf-screenshare
A react library which has screenshare capabilities for STF devices
Install
npm install --save stf-screenshare
Usage
import React from "react";
// components
import ScreenShare from "stf-screenshare";
const MyComponent = () => {
const device = {};
return <ScreenShare device={device} appSocket={appSocket} />;
};
License
MIT © riteshf