ecplayer 1.0.0 → 1.0.1

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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecplayer",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Professional audio and video players with advanced visualization, customizable themes, and seamless responsive design",
5
5
  "license": "MIT",
6
6
  "author": "K.Prabhasha",
@@ -16,8 +16,7 @@
16
16
  }
17
17
  },
18
18
  "files": [
19
- "dist",
20
- "media"
19
+ "dist"
21
20
  ],
22
21
  "scripts": {
23
22
  "dev": "vite",
Binary file
Binary file
Binary file
Binary file