English | 中文
This project is a Blazor component library packaged with ZXing
ssr https://zxingblazor.app1.es
wasm https://densen2014.github.io/
https://www.nuget.org/packages/ZXingBlazor/
Pages/_Host.cshtml , in wasm is: wwwroot/index.html
<script src="_content/ZXingBlazor/lib/barcodereader/zxing.js"></script>
<script src="_content/ZXingBlazor/lib/barcodereader/barcode.js"></script>
In your Blazor page
- Fork this project
- Create new Feat_xxx branch
- Submit the code
- New Pull Request

