mirax-player
Advanced tools
Comparing version 2.0.0-beta.7 to 2.0.0-beta.8
@@ -1,2 +0,2 @@ | ||
export function mirax (video, isPlaying, setIsPlaying) { | ||
function mirax (video, isPlaying, setIsPlaying) { | ||
// Check if the control elements have already been created | ||
@@ -588,2 +588,4 @@ const existingControls = document.querySelector('.mirax-inject'); | ||
miraxStyleMediaQuery3.appendChild(document.createTextNode(mediaQuery3)); | ||
miraxStyleMediaQuery3.appendChild(document.createTextNode(mediaQuery3)); | ||
export default mirax; |
@@ -6,3 +6,3 @@ //index.js - This is your package's entry point | ||
import { mirax } from './dist/Player'; | ||
//import { attach } from './dist/attach'; | ||
@@ -21,6 +21,8 @@ | ||
export { mirax }; | ||
export { default as mirax } from './dist/dist/Player'; | ||
{ | ||
"name": "mirax-player", | ||
"version": "2.0.0-beta.7", | ||
"version": "2.0.0-beta.8", | ||
"description": "A light weight javascript video player", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
35961