axis.wavesurfer.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

axis.wavesurfer.js

A wavesurfer.js plugin just to display axes.

Screenshot

Installing

npm install axis.wavesurfer.js

Usage Example

const WaveSurfer = require("wavesurfer.js");
const {WaveSurferAxis} = require("axis.wavesurfer.js");

const wavesurfer = WaveSurfer.create({
  container: "#waveform",
  plugins: [
    WaveSurferAxis.create({
      width: 2,
      color: "darkgray",
      hideOnReady: false
    })
  ]
});

License

MIT license

/axis.wavesurfer.js/

    Package Sidebar

    Install

    npm i axis.wavesurfer.js

    Weekly Downloads

    0

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    10.9 kB

    Total Files

    6

    Last publish

    Collaborators

    • higuri