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 +11 -4
- package/dist/ecplayer.es.js +937 -1562
- package/dist/ecplayer.umd.js +40 -69
- package/package.json +5 -4
- package/media/nanoaudioplayer.png +0 -0
- package/media/videoplayer.png +0 -0
- package/media/visualizeplayer.png +0 -0
- package/media/waveaudioplayer.png +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ecplayer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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",
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
"import": "./dist/ecplayer.es.js",
|
|
14
14
|
"require": "./dist/ecplayer.umd.js",
|
|
15
15
|
"types": "./dist/index.d.ts"
|
|
16
|
-
}
|
|
16
|
+
},
|
|
17
|
+
"./dist/style.css": "./dist/style.css",
|
|
18
|
+
"./style.css": "./dist/style.css"
|
|
17
19
|
},
|
|
18
20
|
"files": [
|
|
19
|
-
"dist"
|
|
20
|
-
"media"
|
|
21
|
+
"dist"
|
|
21
22
|
],
|
|
22
23
|
"scripts": {
|
|
23
24
|
"dev": "vite",
|
|
Binary file
|
package/media/videoplayer.png
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|