https://github.com/sec-ant/zxing-wasm-build
https://github.com/sec-ant/zxing-wasm-build
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sec-ant/zxing-wasm-build
- Owner: Sec-ant
- License: apache-2.0
- Archived: true
- Created: 2023-04-02T06:57:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T02:00:30.000Z (over 2 years ago)
- Last Synced: 2024-10-17T16:21:15.394Z (over 1 year ago)
- Language: C++
- Size: 25.4 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository has been integrated into the [zxing-wasm](https://github.com/Sec-ant/zxing-wasm) repository, where ongoing development will take place.
# A Custom WebAssembly/WASM Wrapper/Library for ZXing Cpp
This is a custom tweak of the [ZXing Cpp wasm wrapper](https://github.com/zxing-cpp/zxing-cpp/tree/master/wrappers/wasm), with cloud build via Github Actions.
## Features
- ES6 module
- Add `eccLevel`, `version`, `orientation`, `isMirrored` and `isInverted` to read result
## Build
You can download the latest build output from the continuous integration system from the [Actions](https://github.com/Sec-ant/zxing-wasm-build/actions/workflows/ci.yml) tab (Look for 'wasm-artifacts'). Or you can download them from the [Release](https://github.com/Sec-ant/zxing-wasm-build/releases) page.
## Acknowledgement
All thanks to [zxing-cpp/zxing-cpp](https://github.com/zxing-cpp/zxing-cpp).
## License
Apache-2.0