Online tool for calculating QR code mask providing graphical view
Find a file
DarkCat09 f911c7bd2a
fix: incorrectly computed mask 4 bc of floating point
Made a separate function `intDiv` for integer division,
that's more readable than `Math.floor` inside expression.
The function performs `a / b` and then truncates the fractional part
using the fastest method: binary `~~`
2024-07-08 12:07:38 +04:00
index.html fix: incorrectly computed mask 4 bc of floating point 2024-07-08 12:07:38 +04:00
LICENSE add copyright holder 2024-07-06 11:40:25 +04:00
script.js fix: incorrectly computed mask 4 bc of floating point 2024-07-08 12:07:38 +04:00
style.css initial commit 2024-07-06 11:36:31 +04:00