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
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 frameworkInstall dependencies
yarn
oryarn install
Then you can:
Build:
yarn build
run test
jest
watch
yarn watch