JSPM

timeline-state-resolver

0.4.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 994
  • Score
    100M100P100Q114384F
  • License MIT

Have timeline, control stuff

Package Exports

  • timeline-state-resolver

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 (timeline-state-resolver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Timeline State Resolver

CircleCI

This takes an output from the SuperFlyTV/supertimeline library and converts it into device states, diffs these states against previous states and sends commands where necessary. Created by SuperFly.tv

Dev install instructions:

  • Install yarn https://yarnpkg.com This is like npm, but better

  • Install jest yarn global add jest This is our resting framework

  • Install dependencies yarn or yarn install

Then you can:

  • Build: yarn build

  • run test jest

  • watch yarn watch