bwip-js
bwip-js copied to clipboard
Barcode Writer in Pure JavaScript
Just happened to notice this message in the console... Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently s.image @ bwip-js.js:36905 Wondering...
There is no atob function in React Native, so I added polyfill. Work correct with Expo. Should work without
Currently I'm importing the `DrawingSVG` function from the example file ([bwip-js/examples/drawing-svg.js](https://github.com/metafloor/bwip-js/blob/master/examples/drawing-svg.js)), and passing it to `bwipjs.render` method, like so: `const svg = bwipjs.render(params, DrawingSVG(params, bwipjs.FontLib))` Is it possible to have...
Unfortunately it is now only possible to generate canvas images using a browser. I would like to generate SVGs with nodejs alone. This works perfectly https://github.com/lindell/JsBarcode#nodejs but bwip-js supports more...
Error Angular 14
There seems to be an issue when unrecognized (unparsed?) `^NNN` are encountered, but not "enabled" via parse option(s). This should probably fail gracefully by just rendering the `^NNN`. I wrote...
Is it possible to enable/disable NOTIS editing for the Codabar barcode type? The scanners that I'm dealing with are programmed to scan Codabar with this mode enabled, so I want...
Hi, For a french certification, we need to generate datamatrixes with the header encoded using the [C40 format](https://en.wikipedia.org/wiki/Data_Matrix#Text_modes) Is it possible to encode some data using this format? If yes,...
## The feature request It would be fantastic if bwip-js could export grayscale (monochromatic) PNGs in place of RGB. This would offer more control when printing and when importing into...
Hi, I am using bwip-js to print a gs1-128 barcode into an image and add it to a pdf using pdfmake. For some reason, the barcode does not fit in...