mirax-player
Advanced tools
Comparing version 5.0.0-beta.3 to 5.0.0
@@ -386,3 +386,2 @@ | ||
const AutoplayValue = emAutoplay === "false" ? false : true; | ||
const AutomutedValue = emAutoplay === "false" ? false : true; | ||
const LoopValue = emLoop === "false" ? false : true; | ||
@@ -431,3 +430,3 @@ | ||
autolay: AutoplayValue, | ||
muted: AutomutedValue, | ||
muted: false, | ||
loop: LoopValue, | ||
@@ -434,0 +433,0 @@ responsive: true |
{ | ||
"name": "mirax-player", | ||
"version": "5.0.0-beta.3", | ||
"version": "5.0.0", | ||
"description": "Mirax Player is a free video player for React, Vue, Angular, and Svelte that can embed videos from platforms like TikTok, YouTube/Shorts, Twitter, Vimeo and Dailymotion.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,14 +21,2 @@ <p align="center"> | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/demjhonsilver/mirax-player/main/img/theme2.png"/> | ||
</p> | ||
Disclaimer: This image is based on an example [TikTok embedded](https://developers.tiktok.com/doc/embed-videos) video clip. | ||
## Table of Contents | ||
@@ -66,5 +54,5 @@ | ||
- Updates the UI video player with backward & forward buttons | ||
- Mirax embed officially supports Twitter and Dailymotion videos | ||
- Mirax tags have been replaced with readability new terms and some are optionals. | ||
- Updates the UI video player with backward & forward buttons. | ||
- Mirax embed officially supports Twitter and Dailymotion videos. | ||
- Mirax tags have been replaced with new readability terms, and some are optional. | ||
@@ -369,3 +357,2 @@ Minor changes: | ||
let videoPlayer; | ||
onMount(() => { | ||
@@ -372,0 +359,0 @@ if (videoPlayer) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
103062
1837
430