Skip to content

Commit

Permalink
wp
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Aug 30, 2018
1 parent 897e67e commit 2fee419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ View the code for a full playlist example [here](/example/src/playlist.js)
| `responsive` | boolean | `true` | If set to true, the width of the waveform view adapts to the width of the container element. |
| `useGradient` | boolean | `true` | Indicates if the waveform should be drawn with a gradient or not. |
| `waveColor` | string | `#428bca` | The fill color of the waveform bars that have not been played back so far. |
| `width` | integer | 512 | The width of the waveform in pixels (only relevant when the `responsive` option is set to `false`). |
| `width` | integer | `512` | The width of the waveform in pixels (only relevant when the `responsive` option is set to `false`). |

## waveplayer.js Methods
* `cancelPlaylist()`
Expand Down

0 comments on commit 2fee419

Please sign in to comment.