bbc / peaks.js

JavaScript UI component for interacting with audio waveforms
https://waveform.prototyping.bbc.co.uk
GNU Lesser General Public License v3.0
3.2k stars 279 forks source link

Fixed player.playing event name in .d.ts file #366

Closed ffxsam closed 3 years ago

ffxsam commented 3 years ago

I noticed I was getting TypeScript errors when using this event, and realized it was wrong in the typedef file.

chrisn commented 3 years ago

Thank you!

suterma commented 2 years ago

This unfortunately seems not to have made it into the current master branch. In the most recent peaks.js.d.ts file version, the player.playing event is still missing.

chrisn commented 2 years ago

Thanks, now fixed in https://github.com/bbc/peaks.js/commit/5660088f09f6d959928820f521273162f24d784b.

chrisn commented 2 years ago

There's now a new version 2.0.6 available in NPM.