Raef Akehurst
Raef Akehurst
I had the same issue. In case it helps anyone, here is my workaround. Seems to do the job. ``` var list = [ ['foo', 40, '#FD0100'], ['bar', 60, '#019240']...
@joshRpowell Thanks for looking into it but that only works if I downgrade to Middleman gem. I have a working solution (as described above) so I am not too fussed...
@danielbayerlein Worked! Good stuff. I suggest you put an example of the output_dir in the docs. Took me a little while to work out what format it should be in....
@danielbayerlein Sorry. I take that back. The output directory did not work it put them in the root.
I had the same issue but found that if you specify the "acceptedFormats" it works reliably. ``` Barcode.capture({ animate: true, showCancel: true, showRectangle: false, keepOpen: false, acceptedFormats: [ Barcode.FORMAT_DATA_MATRIX ]...