render-media
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "render-media", | ||
"description": "Intelligently render media files in the browser", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"author": { | ||
@@ -21,3 +21,3 @@ "name": "Feross Aboukhadijeh", | ||
"devDependencies": { | ||
"airtap": "0.0.5", | ||
"airtap": "0.0.7", | ||
"brfs": "^1.4.1", | ||
@@ -24,0 +24,0 @@ "from2": "^2.1.0", |
@@ -93,3 +93,3 @@ # render-media [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
- `autoplay`: Autoplay video/audio files (default: `true`) | ||
- `autoplay`: Autoplay video/audio files (default: `false`) | ||
- `muted`: Mute video/audio files (default: `false`) | ||
@@ -108,3 +108,3 @@ - `controls`: Show video/audio player controls (default: `true`) | ||
#### `render.render(file, elem, [function callback (err, elem) {}])` | ||
#### `render.render(file, elem, [opts], [function callback (err, elem) {}])` | ||
@@ -111,0 +111,0 @@ Like `render.append` but renders directly into given element (or CSS selector). |
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
20217