- commit
- 6f68f6a22bfdcfd3fefab8f4379bc698355d875d
- parent
- 8b3122768d02500df93e48e1e5dc486fd8842dff
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-03-01 09:04
README: note on version support
Diffstat
| M | README.md | 5 | +++++ |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
@@ -17,6 +17,11 @@ Still, generating QR codes stays complex. I had hoped that I can reduce this 17 17 down to a small library that can just be copied to a new project. But it is 18 18 still ~1000 loc. 19 19 -1 20 I did not remove support for different versions (sizes). Concentrating on a -1 21 single version would have similar benefits to the other optimizations in terms -1 22 of size, but I feel that the loss of flexibility would be much more relevant in -1 23 this case. -1 24 20 25 ## Reduction in code size 21 26 22 27 | file | old | new | diff |