Sam Thompson
Sam Thompson
Schematic Symbols Footprints (THT only)
Move to `lib/utils`
Would clean things up a bit. Basically, every pattern creation must output a flat array of bar widths to pass on to the Barcode1D class, then it's basically a drop-in...
- [ ] Make 'Degenerate barcode' error more descriptive. See #10 , #12 - [ ] Catch `fs` read/write exceptions and surface them in a way relevant to the library....
Take all pattern generation code and place it into a function to generate it. Should have this prototype: ``` javascript /* * @param String|Array sequence - Sequence of compatible characters...
It would be nice to be able to send the `Content-Type` header with each file, even though I've yet to test this with a server that rejects the request or...
I need to get some tests up for this... eventually it will happen
The current implementation loads the entire file into memory and tosses it to `req.write()` at once. This will fail for larger files. Some sort of buffered read to `req.write()` needs...