mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Updated to 0.10.0
This commit is contained in:
+10489
-11137
File diff suppressed because one or more lines are too long
Vendored
+3
-3
File diff suppressed because one or more lines are too long
@@ -70,8 +70,7 @@ $(function() {
|
||||
var values = value.split('x');
|
||||
return {
|
||||
width: parseInt(values[0]),
|
||||
height: parseInt(values[1]),
|
||||
facing: "environment"
|
||||
height: parseInt(values[1])
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -90,7 +89,7 @@ $(function() {
|
||||
constraints: {
|
||||
width: 640,
|
||||
height: 480,
|
||||
facing: "environment" // or user
|
||||
facingMode: "environment" // or user
|
||||
}
|
||||
},
|
||||
locator: {
|
||||
|
||||
Reference in New Issue
Block a user