Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement app-media-image-capture. #3

Merged
merged 1 commit into from
Apr 19, 2017

Conversation

cdata
Copy link
Contributor

@cdata cdata commented Apr 15, 2017

No description provided.

@cdata cdata requested a review from notwaldorf April 15, 2017 18:13
@cdata cdata force-pushed the implemenet-image-capture branch 3 times, most recently from ba13f51 to 46ca0fc Compare April 15, 2017 22:36
Copy link
Contributor

@notwaldorf notwaldorf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly cosmetic changes, tbh. Looks good! 👍

value: null
},

/** @see https://www.w3.org/TR/image-capture/#PhotoSettings */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i see we gave up on a blorb describing these props that isn't this generic link? If you're not too lazy, i'd still add like one sentence about what it is

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved face 2 face


- ✅ Stable native implementation
- 🚧 Partial fidelity with polyfill
- 🚫 Not supported at all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(just cheering for emoji not content)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:bowtie:

"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#1.0.0 - 2"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#1.0.0 - 2",
"web-component-tester": "Polymer/web-component-tester#^6.0.0-prerelease.6",
"webcomponentsjs": "webcomponents/webcomponentsjs#0.7.0 - 1",
"test-fixture": "PolymerElements/test-fixture#1.0.0 - 3",
"imagecapture-polyfill": "https://unpkg.com/image-capture@0.3.2/lib/imagecapture.js",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woof, really? woof.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐶

: {};
return function FakeImageCapture(videoTrack) {
return {
$videoTrack: videoTrack,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does $ mean?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know. It means don't touch me? This is a property that doesn't exist on an actual video track. I can take it out.

@cdata cdata merged commit 724c566 into initial-implementation Apr 19, 2017
@cdata cdata deleted the implemenet-image-capture branch April 26, 2017 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants