Commit 5620b822 by Edgar HIPP

Pick only used fields

parent 25373913
......@@ -24,7 +24,7 @@ module.exports= class DocxQrCode
testdoc.render()
_this.result=testdoc.content
_this.searchImage()
@qr.decode(@data,@data.decoded)
@qr.decode({width:@data.width,height:@data.height},@data.decoded)
searchImage:() ->
cb=(err,@data=@data.data)=>
if err then console.error err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment