Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.39 KB

File metadata and controls

42 lines (26 loc) · 1.39 KB

WaveformTracker

Lightweight, privacy-first analytics for WaveformPlayer. Track meaningful audio engagement — real listens, not bounces — and send it anywhere.

npm version license

Documentation · npm


Install

npm install @arraypress/waveform-tracker @arraypress/waveform-player
import WaveformTracker from '@arraypress/waveform-tracker';

WaveformTracker.init({
  endpoint: '/api/listens',
  events: { play: 3, listen: 30, complete: 90 }
});

Documentation

Full configuration, payload shape and privacy notes live in the docs.

Configuration · Payload · Privacy

License

MIT © ArrayPress