PDFBarcodeJS icon indicating copy to clipboard operation
PDFBarcodeJS copied to clipboard

Add input key to result object

Open drderiv opened this issue 3 years ago • 0 comments

When running PDFBarcodeJS on multiple files concurrently and a callback occurs, there is no convenient way to identify which input source the result object applies to. To solve this, a new key (input) is added to the result object based on the input value passed to PDFBarcodeJS's decode function when called.

drderiv avatar Jun 16 '22 23:06 drderiv