/Waver.js

A Siri like waver library.

Primary LanguageJavaScriptMIT LicenseMIT

Waver.js

A Siri like waver library port from Waver - kevinzhow.

Screencast

Usage

var canvasEl = ...; // Get the canvas element via whatever you like.
Waver.init(canvasEl, function () {
  return ...; // Return the level value, ranged from 0 to 1.
});

License

The project is available under the MIT license. See the LICENSE file for more info.