Lightweight, privacy-first analytics for WaveformPlayer. Track meaningful audio engagement — real listens, not bounces — and send it anywhere.
npm install @arraypress/waveform-tracker @arraypress/waveform-playerimport WaveformTracker from '@arraypress/waveform-tracker';
WaveformTracker.init({
endpoint: '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/api/listens',
events: { play: 3, listen: 30, complete: 90 }
});Full configuration, payload shape and privacy notes live in the docs.
Configuration · Payload · Privacy
MIT © ArrayPress