You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/configuration.rst
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ So I decided to use the qrCode format, which is a format that lets you identify
25
25
26
26
The option for this is `qrCode` (false for off, a function for on, default off)
27
27
28
-
The function takes two parameter: The first one is the string, the second the callback.
28
+
The function takes two parameter: The first one is the string that was decoded by the qrcode module, the second the callback.
29
29
30
30
For example your configuration could be:
31
31
@@ -53,13 +53,13 @@ For example your configuration could be:
53
53
54
54
.. note::
55
55
56
-
If you don't use that functionality, you should disable it, because it is quite slow (the image decoding)
56
+
If you don't use that functionality, you should not enable it (you don't have to do anything), because the qrcode module is quite slow.
57
57
58
58
.. warning::
59
59
60
60
The qrCode functionality only works for PNG !
61
61
They is no support for other file formats yet.
62
-
The main problem being that their is no decoder for other file formats in Node.js
62
+
The main problem being that their is no decoder for other file formats in Node.js.
63
63
The library https://github.com/zhangyuanwei/node-images does support decoding for more file formats (gif, png, jpeg), but depends on 3 other none node dependencies.
0 commit comments