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
- Host: GitHub
- URL: https://github.com/emcousin/videojs-wavesurfer-rails
- Owner: EmCousin
- License: mit
- Created: 2018-03-14T11:31:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T08:52:04.000Z (about 8 years ago)
- Last Synced: 2025-10-08T19:05:33.401Z (8 months ago)
- Topics: asset-pipeline, rails, videojs, videojs-plugin, videojs-wavesurfer, wavesurfer
- Language: Ruby
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)!