Skip to content

Commit

Permalink
打包
Browse files Browse the repository at this point in the history
  • Loading branch information
fastCreator committed Nov 29, 2018
1 parent a45b51a commit 9e6cb33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/qrcode-scan.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/media.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ async function getConstraints() {
const constraints = {
audio: false,
video: {
// width: width,
// height: height
width: { max: 400 },
height: { max: 280 }
// facingMode: { exact: "environment" } //标准写法
}
};
Expand Down

0 comments on commit 9e6cb33

Please sign in to comment.