metafloor

Results 94 comments of metafloor

Terry, just to add a note to this closed issue. We had a situation at a factory where we had to program a fixed scanner to ignore code128 symbols that...

I thought react native used nodejs as its execution environment. Is the react bundler bringing in the browser version of bwip-js? I.e. is your code using the `toCanvas()` method?

Something does not make sense. `atob()` is only used in the browser modules. The nodejs modules use `Buffer` methods to decode base64: ``` $ cd dist $ grep atob *...

The bundler is pulling in the browser module. After doing some research, it appears there is a poorly documented setting that can be added to a module's `package.json` to override...

Looks like you will need to bring in a pure javascript zlib implementation. This looks like a good possibility: https://www.npmjs.com/package/react-zlib-js

A problem with your proposed changes is that is uses react-zlib-js to replace the native nodejs functionality. That will be a performance hit during the png encoding when running on...

Version 3.2.0 has experimental support for react-native. Please try it out and let me know of any issues. You must install react-zlib-js as an external dependency. See https://github.com/metafloor/bwip-js#react-native.

Closing this since it appears to be working...

Not sure what you are asking... The license file for freetype is already part of the bwip-js dist.

It's a monday and I'm only halfway through my first cup of coffee. Wasn't seeing that the issue you raised was on the freetype repo. The license is there now....