ovenplayer 0.10.8 → 0.10.9
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 +6 -1
- package/dist/ovenplayer.js +1 -1
- package/dist/ovenplayer.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/fonts/seek-icons.svg +13 -13
- package/src/js/utils/underscore.js +5 -5
- package/src/js/view/components/controls/volumeButton.js +2 -0
- package/src/stylesheet/ovenplayer.less +10 -6
package/README.md
CHANGED
|
@@ -46,7 +46,12 @@ Please read the [Quick Start](https://airensoft.gitbook.io/ovenplayer/#quick-sta
|
|
|
46
46
|
|
|
47
47
|
## API and Configuration
|
|
48
48
|
|
|
49
|
-
Start the [Demo](https://airensoft.github.io/OvenPlayer/docs/demo.html) and see [API and Configuration](
|
|
49
|
+
Start the [Demo](https://airensoft.github.io/OvenPlayer/docs/demo.html) and see [API and Configuration](https://airensoft.gitbook.io/ovenplayer/initialization) for more details.
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## Build the source code
|
|
53
|
+
|
|
54
|
+
Check out [Build](https://airensoft.gitbook.io/ovenplayer/builds) section how to create `ovenplayer.js` for deployment or development after modifying the source code.
|
|
50
55
|
|
|
51
56
|
|
|
52
57
|
## How to contribute
|