Releases: modadao/moda-visualiser
Releases · modadao/moda-visualiser
v1.0.4
Changes
- fix: Can now call
updateSettingsbeforeupdateFingerprint - feat: Added
autoanalyzesetting to automatically start listening to audio element (true by default, set to false to manually start audio analysis using thestartAnalyzermethod). - feat:
updateSettingsmethod now takes a partial of ISettings - feat: Added
startAnalyzermethod +autoplayoption to analyzerautoplaytrue by default, set to false to manually start audio playback usingplaymethod).
v1.0.3
Features:
- feat: Able to provide an audio element to use for playback
ModaVisualiser.setAudioElement(element: HTMLAudioElement)
- feat: updateFingerprint returns a promise.
visualiser.updateFingerprint().catch((err) => handleError(err));
- fix: Switched fingerprint json width/height order
- Expects field to be
shape: [height, width]
- Expects field to be
v1.0.0 Release!
The initial public release of the @modadao/moda-visualiser package.
v0.9.3
fix: Not pointing to correct repository
v0.9.1
tweak: Fix build issues
v0.0.19
tweak: Fix build issues
v0.0.18
tweak: Working local publish
v0.0.17
tweak: Deploy script
v0.0.16
feat: Removed old github action
v0.0.15
tweak: Manually construct npm rc