Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	example/www/js/anyline.energy.js
  • Loading branch information
Jonas committed May 11, 2017
2 parents 9eb1851 + 0a36f74 commit c49150a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
6 changes: 6 additions & 0 deletions example/www/js/anyline.barcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ anyline.barcode = {
"mode": "auto",
"alignment": "bottom_right"
},
"visualFeedback": {
"style": "rect",
"strokeColor": "0099FF",
"fillColor": "220099FF",
"animationDuration": 150
},
"beepOnResult": true,
"vibrateOnResult": true,
"blinkAnimationOnResult": true,
Expand Down
13 changes: 11 additions & 2 deletions example/www/js/anyline.energy.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ anyline.energy = {
"mode": "manual",
"alignment": "bottom_right"
},
"visualFeedback": {
"style": "CONTOUR_RECT",
"strokeColor": "0099FF",
"fillColor": "220099FF"
},
"beepOnResult": true,
"vibrateOnResult": true,
"blinkAnimationOnResult": true,
Expand All @@ -111,7 +116,9 @@ anyline.energy = {
{
"captureResolution": "720p",
"visualFeedback": {
"style": "contour_rect"
"style": "CONTOUR_RECT",
"strokeColor": "0099FF",
"fillColor": "220099FF"
},
"cutout": {
"style": "rect",
Expand Down Expand Up @@ -164,7 +171,9 @@ anyline.energy = {
{
"captureResolution": "720p",
"visualFeedback": {
"style": "contour_rect"
"style": "CONTOUR_RECT",
"strokeColor": "0099FF",
"fillColor": "220099FF"
},
"cutout": {
"style": "rect",
Expand Down
5 changes: 5 additions & 0 deletions example/www/js/anyline.mrz.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ anyline.mrz = {
"mode": "manual",
"alignment": "bottom_right"
},
"visualFeedback": {
"style": "rect",
"strokeColor": "0099FF",
"strokeWidth": 2
},
"beepOnResult": true,
"vibrateOnResult": true,
"blinkAnimationOnResult": true,
Expand Down

0 comments on commit c49150a

Please sign in to comment.