mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
changes default back to code_128 for static img
This commit is contained in:
@@ -84,11 +84,11 @@ $(function() {
|
||||
state: {
|
||||
inputStream: { name: "Test",
|
||||
type: "ImageStream",
|
||||
src: "../test/fixtures/code_39_vin/",
|
||||
src: "../test/fixtures/code_128/",
|
||||
length: 10
|
||||
},
|
||||
decoder : {
|
||||
readers : ["code_39_vin_reader"],
|
||||
readers : ["code_128_reader"],
|
||||
drawScanline: true,
|
||||
},
|
||||
numOfWorkers: 4,
|
||||
|
||||
Reference in New Issue
Block a user