Skip to content

Commit 58a7e19

Browse files
authored
docs: update README.md
1 parent 31d5c3a commit 58a7e19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@
1616
</p>
1717

1818

19+
1920
## Description
21+
<p>
22+
23+
English | [简写中文](docs/cn-readme.md)
24+
25+
</p>
2026

2127
This component is written using the native [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API), and does not use any dependencies other than vue3 in the production environment. Of course, this means: if your target browser does not support the features of the web audio api, then my Plugins will also not apply. You can go to [Browser compatibility](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API#audiocontext_2) to see the `AudioContext` line to check whether it is compatible with the target browser
2228

2329
**Example** - [Live Demo](https://codeacme17.github.io/1llest-waveform-vue/)
2430

31+
2532
## Start
2633
### Install
2734
```bash

0 commit comments

Comments
 (0)