Skip to content

Commit 9931a67

Browse files
committed
Update readme
1 parent 6d0d37e commit 9931a67

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ root = true
55
[*]
66
charset = utf-8
77
indent_style = space
8-
indent_size = 4
8+
indent_size = 2
99
end_of_line = lf
1010
insert_final_newline = true
1111
trim_trailing_whitespace = true

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ wavesurfer.js v7 beta is a TypeScript rewrite of wavesurfer.js that brings sever
1414

1515
---
1616

17-
ℹ️ Looking for the old stable version? V6 is here: https://github.com/katspaugh/wavesurfer.js/tree/master
17+
ℹ️ Looking for the old stable version? V6 is here: https://github.com/katspaugh/wavesurfer.js/tree/v6
1818

1919
---
2020

@@ -87,13 +87,13 @@ You can see which elements you can style in the DOM inspector – they will have
8787

8888
See [this example](https://wavesurfer.pages.dev/examples/#styling.js) for play around with styling.
8989

90-
## Migrating from v6
90+
## Upgrading from v6
9191

9292
Most options, events, and methods are similar to those in previous versions.
9393

9494
### Notable differences
9595
* The `backend` option is removed – HTML5 audio (or video) is the only playback mechanism. However, you can still connect wavesurfer to Web Audio via `MediaElementSourceNode`. See this [example](https://wavesurfer.pages.dev/examples/#webaudio.js).
96-
* The Markers plugin is removed – use the Regions plugin with `startTime` equal to `endTime`.
96+
* The Markers plugin is removed – use the Regions plugin with just a `startTime`.
9797
* No Microphone plugn – superseded by the new Record plugin with more features.
9898
* No Cursor and Playhead plugins yet – to be done.
9999

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wavesurfer.js",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"license": "BSD-3-Clause",
55
"author": "katspaugh",
66
"homepage": "https://wavesurfer-js.org",

0 commit comments

Comments
 (0)