Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabitertan/BlazorBarcodeScanner
Barcode Scanner component for Blazor using zxing-js Interop
https://github.com/sabitertan/BlazorBarcodeScanner
Last synced: 3 months ago
JSON representation
Barcode Scanner component for Blazor using zxing-js Interop
- Host: GitHub
- URL: https://github.com/sabitertan/BlazorBarcodeScanner
- Owner: sabitertan
- License: mit
- Created: 2020-08-08T10:39:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T13:05:48.000Z (9 months ago)
- Last Synced: 2024-06-21T18:19:58.170Z (5 months ago)
- Language: C#
- Size: 60.6 MB
- Stars: 88
- Watchers: 4
- Forks: 34
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazor - BlazorBarcodeScanner - ![GitHub stars](https://img.shields.io/github/stars/sabitertan/BlazorBarcodeScanner?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/sabitertan/BlazorBarcodeScanner?style=flat-square&cacheSeconds=86400) Barcode Scanner component for Blazor using zxing-js Interop. [Demo](https://sabitertan.github.io/BlazorBarcodeScanner/). (Libraries & Extensions / 2D/3D Rendering engines)
README
![Nuget](https://img.shields.io/nuget/v/BlazorBarcodeScanner.ZXing.JS?style=flat-square)
![build](https://github.com/sabitertan/BlazorBarcodeScanner/actions/workflows/main.yml/badge.svg)
# BlazorBarcodeScanner
Barcode Scanner component for Blazor using [zxing-js](https://github.com/zxing-js/library) Interop## Demo
[https://sabitertan.github.io/BlazorBarcodeScanner/](https://sabitertan.github.io/BlazorBarcodeScanner/)## Prerequisites
Before you continue, please make sure you have the latest version of Visual Studio and .NET 6+ installed. Visit official [Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/client) site to learn more.
## Installation
### 1. NuGet packages
```
Install-Package BlazorBarcodeScanner.ZXing.JS
```or
```
dotnet add package BlazorBarcodeScanner.ZXing.JS
```### 2. Refence to JS libraries
Add following lines to `wwwroot\index.html` (for server side `_Host.cshtml`) before `