An open API service indexing awesome lists of open source software.

https://github.com/emcousin/videojs-wavesurfer-rails

Use project videojs-wavesurfer with the Rails asset pipeline
https://github.com/emcousin/videojs-wavesurfer-rails

asset-pipeline rails videojs videojs-plugin videojs-wavesurfer wavesurfer

Last synced: about 1 month ago
JSON representation

Use project videojs-wavesurfer with the Rails asset pipeline

Awesome Lists containing this project

README

          

# videojs-wavesurfer-rails

[videojs-Wavesurfer project](https://github.com/collab-project/videojs-wavesurfer)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'videojs-wavesurfer-rails', git: 'git://github.com/EmCousin/videojs-wavesurfer-rails.git'
```

And then execute:

$ bundle

In `app/assets/javascripts/application.js` put the following:

```javascript
//= require videojs-wavesurfer
```

## Credits

Gem inspired from [wavesurfer-rails](https://github.com/tylrd/wavesurfer-rails). Many
thanks to
[the awesome contributors](https://github.com/katspaugh/wavesurfer.js/contributors)!