Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeYallop authored Oct 23, 2024
1 parent 4be7c75 commit 7c38406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Quarer
![image](https://github.com/user-attachments/assets/5183c359-8353-4c75-9b27-d3ae71fd8ffd)![image](https://github.com/user-attachments/assets/87a7bd22-b44e-4e24-8808-36f0332d0a74)Quarer
=========
A fast and simple-to-use QR code encoding library.

<!-- TODO: Add badges here -->

By vectorizing many parts of the QR Code creation process, Quarer manages to be much faster than many other libraries. Quarer supports ECI mode encoding as well as Kanji.

![benchmark graph](./assets/timing-focused-1.png)
![benchmark graph](https://github.com/JakeYallop/Quarer/blob/4be7c754ecaf9676552325ed483f0486016c304e/assets/timing-focused-1.png?raw=true)

See the [full results](./benchmarks). Want to add get your library added to the benchmarks? Open an [issue](https://github.com/JakeYallop/Quarer/issues/new)!

Expand Down Expand Up @@ -70,7 +70,7 @@ static void OutputYPadding(StringBuilder sb, int width)
}
}
```
![QR code output in the console](./assets/qrcode%20output.png)
![QR code output in the console](https://github.com/JakeYallop/Quarer/blob/4be7c754ecaf9676552325ed483f0486016c304e/assets/qrcode%20output.png?raw=true)

See more [samples](./samples).

Expand Down

0 comments on commit 7c38406

Please sign in to comment.