An open API service indexing awesome lists of open source software.

https://github.com/dlemstra/qrcodecore

A cross-platform .NET library to create QR Codes
https://github.com/dlemstra/qrcodecore

Last synced: 3 months ago
JSON representation

A cross-platform .NET library to create QR Codes

Awesome Lists containing this project

README

          

# QRCodeCore

[![Build Status](https://github.com/dlemstra/QRCodeCore/workflows/main/badge.svg)](https://github.com/dlemstra/QRCodeCore/actions)

QRCodeCore is a cross-platform .NET library to create QR Codes that works in Netstandard 2.0.

### Release

The latest release is available on [NuGet](https://www.nuget.org/packages/QRCodeCore).

### Credits

QRCodeCore is based on the work of Raffael Herrmann who wrote the [QRCoder library](https://github.com/codebude/QRCoder).