hyperdeck-server-connection
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Hyperdeck server connection

CircleCI

Technology highlights

  • Typescript
  • Yarn
  • Jest
  • standard-version
  • codecov

Installation

For library developers installation steps are as following:

git clone https://github.com/baltedewit/hyperdeck-server-connection
yarn build

If you want to make a contribution, feel free to open a PR.

Usage

const { HyperdeckServer } = require('../dist/server')
const myHyperdeck = new Hyperdeck()

const s = new HyperdeckServer()
s.onPlay = async (cmd) => {
	console.log('playing', cmd)
	status.status = 'play'
	s.notifyTransport({
		...status,
		speed: '100',
		'slot id': '1',
		'clip id': '1',
		'single clip': 'true',
		'video format': '1080i50',
		loop: false
	})
}

Events

Test

This module will run tests by jest. (TBD)

$ yarn unit

Acknowledgements

Package Sidebar

Install

npm i hyperdeck-server-connection

Weekly Downloads

88

Version

0.2.0

License

MIT

Unpacked Size

78.3 kB

Total Files

35

Last publish

Collaborators

  • balte
  • mint-dewit