@exlinc/cc-web-exec-sdk

Coding Rooms web exec environment iframe app SDK

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@exlinc/cc-web-exec-sdk
101.0.63 years ago3 years agoMinified + gzip package size for @exlinc/cc-web-exec-sdk in KB

Readme

Coding Rooms Web Exec SDK for iframes
SDK for building and communicating with web execution environments that are embedded as iframes in Coding Rooms

Usage

First get the distribution:
  • NPM: npm install @exlinc/cc-web-exec-sdk

USAGE DOCS TODO

Development Setup

git clone https://github.com/exlinc/cc-web-exec-sdk
cd cc-web-exec-sdk
npm install

Building

The build step places cc-web-exec-sdk.js into the dist/ directory of the project. This is the only required output bundle.
npm run build

Publish to NPM

npm publish