Skip to content

Commit

Permalink
Merge pull request #600 from dfinity/manudrijvers-patch-1
Browse files Browse the repository at this point in the history
fix typo in qrcode readme
  • Loading branch information
sesi200 authored Aug 2, 2023
2 parents 3833455 + 3e11399 commit af37cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/qrcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ When the user clicks the "Generate!" button, a JavaScript handler initiates a ca
The heavy-lifting of this call is managed by `candid`, `js-agent`, and `dfx`, which automatically generates a JavaScript object from the backend's Candid interface.
That object contains `async` functions for each of the backend's endpoints, and the button handler uses them to make the calls.

The backend, written in Rust, uses the `qrcode-generator`` and `image`` crates to create a QR code from user text.
The backend, written in Rust, uses the `qrcode-generator` and `image` crates to create a QR code from user text.
It also performs some image processing, to add the Internet Computer logo and a color gradient to the final result.
Note the amount of computational work may be significant for large images.

Expand Down

0 comments on commit af37cef

Please sign in to comment.