QRCodeCore
QRCodeCore copied to clipboard
A cross-platform .NET library to create QR Codes
In the MaskPattern Class, there is no patten method. Should add these patten methods, which are copied from QRCode: ``` private static class MaskPattern { public static bool Pattern1(int x,...
By now, a fixed Quiet Zone size is 4. I edited your code to make it configurable. And another issue. The generated tag's width / height's value is the value...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...