2.1.0 • Published 7 years ago

svg-transport-controls v2.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

svg-transport-controls

DAW transport controls as svg.

screenshot

Usage

const controls = require('svg-transport-controls')
const html = require('bel')

document.body.appendChild(html`
  <svg>
    ${controls().render({
      width: 210,
      height: 35,
      playing: false
    })}
    ${controls().render({
      width: 210,
      height: 35,
      y: 50,
      playing: true
    })}
    ${controls().render({
      width: 210,
      height: 35,
      y: 100,
      playing: true,
      recording: true
    })}
  </svg>
`)

License

MIT

2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago