Henry A Schimke
Henry A Schimke
I have a general question about doing this: How should I lay out the README files for this workspace projects? My primary thoughts are: The main entry point for the...
Interesting, I had never considered breaking it up past the reader/writer level before, and I hadn’t considered moving the cli into the main repository, though it makes sense. I feel...
I started the work to merge the two repositories, currently in #19
And now the CLI too. I think I'm going to merge #19 to make this work accessible so we can start using it. I'm going to keep that branch alive,...
I have a working branch where common has been broken out into a new crate. I haven't gone too far with it yet, and the work wasn't difficult enough that...
good idea, I'll work on getting this implemented.
fully untested and unstable, but an initial version appears in 4f84efa7c27287a6a263a41296d5fd3431217d19 v0.2.2 on NPM now
Partially resolved with: 504a0e1b5b212231bf22fffeb767a74f985b398f
I'll have to look up what JS image data looks like (canvas, image, I don't remember?). If it's a byte stream with predictable layout I can expose a method to...
Got it, I'll get familiar with this and get it implemented. I'm finishing up adding maxicode detection to rxing (zxing and rxing currently only support it in a "pure barcode"...