ecplayer 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,19 +17,26 @@ npm install ecplayer
17
17
  yarn add ecplayer
18
18
  ```
19
19
 
20
+ ## 🚀 Quick Start
21
+
22
+ ```tsx
23
+ import { VisualizePlayer, ThemeSelector, themes, WaveAudioPlayer, NanoAudioPlayer, VideoPlayer } from 'ecplayer';
24
+ import 'ecplayer/dist/style.css';
25
+ ```
26
+
20
27
  ## 🎨 Visual Players
21
28
 
22
29
  ### VisualizePlayer
23
- ![VisualizePlayer](./media/visualizeplayer.png)
30
+ ![VisualizePlayer](https://cdn.evelocore.com/files/Evelocore/projects/ec-player/visualizeplayer.png)
24
31
 
25
32
  ### WaveAudioPlayer
26
- ![WaveAudioPlayer](./media/waveaudioplayer.png)
33
+ ![WaveAudioPlayer](https://cdn.evelocore.com/files/Evelocore/projects/ec-player/waveaudioplayer.png)
27
34
 
28
35
  ### NanoAudioPlayer
29
- ![NanoAudioPlayer](./media/nanoaudioplayer.png)
36
+ ![NanoAudioPlayer](https://cdn.evelocore.com/files/Evelocore/projects/ec-player/nanoaudioplayer.png)
30
37
 
31
38
  ### VideoPlayer
32
- ![VideoPlayer](./media/videoplayer.png)
39
+ ![VideoPlayer](https://cdn.evelocore.com/files/Evelocore/projects/ec-player/videoplayer.png)
33
40
 
34
41
  ## 🛠️ Features
35
42