0.1.0 • Published 8 years ago

ember-cli-wavesurfer-js-shim v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Ember-cli-wavesurfer-js-shim

Build Status

A customizable audio waveform visualization Wavesurfer.js

ember install ember-cli-wavesurfer-js-shim

You can then use it in an ES6 style

import Wavesurfer from 'wavesurfer';

Documentation with examples

Installation

  • git clone <repository-url> this repository
  • cd ember-cli-wavesurfer-js-shim
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.