1.2.2 • Published 2 years ago

@screencloud/apps-sdk v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

ScreenCloud Apps SDK

Develop your own apps for ScreenCloud.

Documentation and sample code published here: https://screencloud.github.io/developer/

Quickstart

npm install @screencloud/apps-sdk

or

yarn add @screencloud/apps-sdk

Then in your app:

import { connectScreenCloud } from "@screencloud/apps-sdk";

const sc = await connectScreenCloud();
const appConfig = sc.getConfig();

For more, check out the Getting Started guide