Skip to content

PackFan2019/ZXingBlazor

 
 

Repository files navigation

ZXing Blazor Component

English | 中文


Introduction

This project is a Blazor component library packaged with ZXing

Demo

ssr https://zxingblazor.app1.es

wasm https://densen2014.github.io/

Nuget

https://www.nuget.org/packages/ZXingBlazor/

Step

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

QQ图片20200926035359

Screenshot

ZXingBlazor

Participate in contribution

  1. Fork this project
  2. Create new Feat_xxx branch
  3. Submit the code
  4. New Pull Request

About

Using ZXing Scan barcode/QR code in blazor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 54.1%
  • CSS 17.5%
  • JavaScript 16.6%
  • C# 11.8%