Added logo

This commit is contained in:
Dmitriy Shishkov 2021-12-16 04:52:33 +03:00
parent 71790ff5d1
commit 1bd4e46a51
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# QRCodeLibrary
<p align="center">
<img src="https://github.com/dm1sh/QRCodeLibrary/raw/master/logo.jpg" alt="QRCodeLibrary logo" width="150px">
</p>
## Description
A C++ library for QRCode generation. It provides `QRCode` class with constructor, accepting input string and other QR code properties (see constructor definition below). After class construction you can access QR code content as new-line separated string of zeros and ones (useful for latter processing in other languages), multiline ASCII string for immidiate console output, or 2D vector of `Trit`s. It is an internal enum with three possible values: white, black or empty.

BIN
logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB