casparcg-state
v4.0.0
Published
Node.js Javascript/Typescript library for keeping and resolving a given state of CasparCG into commands for casparcg-connection.
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 corepack
npm i -g corepackInstall dependencies
yarnoryarn install
Then you can:
Build:
yarn buildrun test
yarn unitwatch tests
yarn watch
