casparcg-state
Version:
Node.js Javascript/Typescript library for keeping and resolving a given state of CasparCG into commands for casparcg-connection.
31 lines (20 loc) • 687 B
Markdown
# Casparcg-state
[](https://codecov.io/gh/SuperFlyTV/casparcg-state)
This library tracks the state of CasparCG Servers and generates commands to be used in [casparcg-connection](https://github.com/SuperFlyTV/casparcg-connection).
As an example, this library is used in the [**Sofie** TV News Studio Automation System](https://github.com/nrkno/Sofie-TV-automation/).
## 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