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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,8 @@ emmake make
75
75
76
76
See usage example of exported functions from a demo here: https://nu-book.github.io/zxing-cpp/demo.html.
77
77
78
+
By default, both encoder and decoder are included. If you don't plan to use either of them, you can disable it to reduce generated code size. To do so, in the line `emconfigure cmake ...` above, pass `-ENABLE_ENCODERS=0` to disable encoders or `-ENABLE_DECODERS=0` to disable decoders.
79
+
78
80
### For other platforms
79
81
Wrappers are provided as convenient way to work with native image format. You still can use the library without a wrapper.
0 commit comments