Package Exports
- casparcg-state
- casparcg-state/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (casparcg-state) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Casparcg-state
This library tracks the state of CasparCG Servers and generates commands to be used in casparcg-connection.
As an example, this library is used in the Sofie TV News Studio Automation System.
Dev install instructions:
Install yarn https://yarnpkg.com
Install jest yarn global add jest
Install dependencies yarn or yarn install
Then you can:
Build: yarn build
run test jest
watch yarn watch