This commit is contained in:
JCash 2020-07-19 10:22:56 +02:00
parent 28c53e740d
commit 6cbbd5b049

View File

@ -29,7 +29,7 @@ Scans an image buffer for any qrcode.
`height` The height of the image, in texels
`flip_x` A boolean flag that tells the decoder to flip the image in X first.
`flip_x` A boolean flag (1 or 0) that tells the decoder to flip the image in X first.
-> `string` Returns a the text from the qrcode if successful. Returns nil otherwise