项目作者: SuperFlyTV

项目描述 :
State resolver (diffing library) for a CasparCG device.
高级语言: TypeScript
项目地址: git://github.com/SuperFlyTV/casparcg-state.git
创建时间: 2018-04-12T17:22:30Z
项目社区:https://github.com/SuperFlyTV/casparcg-state

开源协议:MIT License

下载


Casparcg-state

codecov

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