zbar.wasm icon indicating copy to clipboard operation
zbar.wasm copied to clipboard

A wasm build of C/C++ ZBar barcode scanning library.

Results 6 zbar.wasm issues
Sort by recently updated
recently updated
newest added

zbar has 2 warnings when running in browser - see demo.

I recently came across this project. First of all thank you very much for the great work. I had a little bit of trouble integrating it in a vue3 project....

Since the last update, I'm not able to build with esbuild I get something like this (using 2.1.1, it was working before) > esbuild --bundle --minify --loader:.bin=file --loader:.wasm=binary --sourcemap src/index.js...

If I try to build according to README (npm install, npm run build), I get the following error on macOS 11.6.2: ``` docker run --rm -u 501:20 -w /src -v...

When using the ZBar `Symbol` type in TypeScript, the IDE may assume that this is the built-in JavaScript `Symbol` object. Although this can be worked around, I would suggest to...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies