Skip to content

Commit

Permalink
Updates as per code review
Browse files Browse the repository at this point in the history
  • Loading branch information
elsigh committed May 11, 2015
1 parent 5f13c64 commit cc275f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions example/static_images.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,7 @@ $(function() {
length: 10
},
decoder : {
readers : ["code_128_reader"],
drawScanline: true,
},
numOfWorkers: 4,
locator: {
halfSample: false,
showSkeleton: true,
showFoundPatches: true
readers : ["code_128_reader"]
}
}
};
Expand All @@ -104,7 +97,6 @@ $(function() {
window.App = App;

Quagga.onProcessed(function(result) {
console.log('Quagga.onProcessed', result);
var drawingCtx = Quagga.canvas.ctx.overlay,
drawingCanvas = Quagga.canvas.dom.overlay;

Expand Down

0 comments on commit cc275f0

Please sign in to comment.