mosaic-video
Advanced tools
Comparing version 0.0.1 to 0.1.2
{ | ||
"name": "mosaic-video", | ||
"version": "0.0.1", | ||
"version": "0.1.2", | ||
"description": "A React video wrapper for the HTML media element.", | ||
@@ -31,6 +31,7 @@ "keywords": [ | ||
"dependencies": { | ||
"font-awesome": "^4.6.3", | ||
"react": "^15.3.1", | ||
"react-dom": "^15.3.1" | ||
}, | ||
"devDependencies": { | ||
"devDependencies": { | ||
"babel-cli": "^6.6.5", | ||
@@ -37,0 +38,0 @@ "babel-preset-es2015": "^6.6.0", |
@@ -7,6 +7,4 @@ # Mosaic Video | ||
Supply a player ID, a source file, a margin boolean, a hover boolean, and CSS class names for each nested element. If no class names or ID's are given, default classes/ID's are created. The margin property is used to determine whether or not the playhead moves via margin change or via padding change. If the margin is marked as false, it'll move by increasing padding. Its default value is true. Hover is used to add an option for mouseover progress selection. This is set to true in the demo. | ||
This module is currently in pre-alpha at version 0.1.2. | ||
Other available properties: playerId, playerClass, timelineClass, playheadClass, & durationClass. | ||
#### Sample usage: | ||
@@ -23,6 +21,2 @@ | ||
<Mosaic | ||
hover={true} | ||
margin={false} | ||
playClass="fa fa-play" | ||
pauseClass="fa fa-pause" | ||
source="video/1.mov" | ||
@@ -29,0 +23,0 @@ /> |
6
3661
3
28
+ Addedfont-awesome@^4.6.3
+ Addedfont-awesome@4.7.0(transitive)