Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzukihashi committed Sep 3, 2024
1 parent 0b52944 commit 40c9060
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ Useage
let collection: [String] = ["1", "2"]
print(collection[safe: 0]) // Optional("1")
```

### QRCodeGenerator

```swift
import TsuzuKit

Image(uiImage: QRCodeGenerator.generate(with: "https://tsuzukihashi.github.io/"))
```

0 comments on commit 40c9060

Please sign in to comment.