UNPKG

waveform-playlist

Version:

Multiple track web audio editor and player with waveform preview

10 lines (8 loc) 131 B
export default class { constructor(track) { this.track = track; } static getClass() { return ".state-record"; } }