Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Support for video capture via the MediaRecorder API
Browse files Browse the repository at this point in the history
Support for video capture via the MediaRecorder API.
  • Loading branch information
jeffposnick committed Apr 2, 2016
1 parent bd7be13 commit 2f53ebb
Show file tree
Hide file tree
Showing 9 changed files with 776 additions and 658 deletions.
21 changes: 14 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "google-youtube-upload",
"version": "1.1.2",
"description": "Upload videos to YouTube from your browser.",
"homepage": "https://googlewebcomponents.github.io/google-youtube-upload",
"homepage": "https://elements.polymer-project.org/elements/google-youtube-upload",
"main": "google-youtube-upload.html",
"authors": [
"Jeff Posnick <[email protected]>"
Expand All @@ -17,16 +16,24 @@
"youtube",
"upload",
"polymer",
"video",
"web-components",
"web-component"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"google-signin": "GoogleWebComponents/google-signin#^1.0.0",
"cors-upload-sample": "googledrive/cors-upload-sample#master"
"cors-upload-sample": "googledrive/cors-upload-sample#master",
"google-apis": "GoogleWebComponents/google-apis#^1.1.5",
"google-signin": "GoogleWebComponents/google-signin#^1.3.2",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.3.1",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#^1.0.9",
"iron-pages": "PolymerElements/iron-pages#^1.0.7",
"md-gum-polyfill": "mozdevs/mediaDevices-getUserMedia-polyfill#master",
"paper-fab": "PolymerElements/paper-fab#^1.2.0",
"paper-styles": "PolymerElements/paper-styles#^1.1.4",
"polymer": "Polymer/polymer#^1.4.0"
},
"devDependencies": {
"google-youtube": "GoogleWebComponents/google-youtube#^1.1.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
"google-youtube": "GoogleWebComponents/google-youtube#^1.2.1",
"iron-component-page": "PolymerElements/iron-component-page#^1.1.5"
}
}
223 changes: 0 additions & 223 deletions demo/demo.elements.html

This file was deleted.

Loading

0 comments on commit 2f53ebb

Please sign in to comment.