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

Improve events documentation #489

Closed chrisn closed 1 year ago

chrisn commented 1 year ago

Currently the API documentation covers the available methods but the're no real documentation of events other than a list of which events are generated.

Add more detailed documentation for each event that describes when the event is emitted, the event parameters, and shows a usage example.

chrisn commented 1 year ago

See doc/API.md.