Releases: chrisweb/waveform-visualizer
Releases · chrisweb/waveform-visualizer
v4.1.2
v4.1.1
v4.1.0
v4.0.0
- all color options now accept a canvas fillstyle value (a hex or rgb(a) color, a canvas gradient or a canvas pattern) and got renamed accordingly, check out the readme for details about fill style values
- fixed a bug where default layout options would not be overwritten by new options
- the click callback interface got renamed to IWaveClickCallback for consistency
- the core options interface got renamed to IWaveCoreOptions for consistency
- updated the example to the reflect the changes mentioned above and make use of the new fill style
v3.0.1
- eslint-plugin-import dependency update, to fix JSON5 related CVE-2022-46175
v3.0.0
v2.0.0
completly rewritten and improved version of the waveform visualizer, using typescript, with a working example using the audio player https://www.npmjs.com/package/web-audio-api-player and date generated using https://github.com/chrisweb/waveform-data-generator