Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich committed Jul 5, 2023
1 parent f19d746 commit da428b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {

There are 2 types of QR code image - raster (deprecated) image and vector image.

| | Raster (deprecated)| Vector |
| | Raster (deprecated). <br>Will be removed in v2.0 since all the available features were migrated to vector | Vector |
| --- | --- | --- |
| Output image type | `android.graphics.Bitmap` | `android.graphics.drawable.Drawable`|
| Size | ❌ Fixed | ✅ Dynamic. Based on `View` size |
Expand Down Expand Up @@ -183,7 +183,7 @@ To interop with <b><i>Jetpack Compose</i></b>, you can use [this](https://google


<details>
<summary>Deprecated (click to show)</summary>
<summary>Deprecated (click to show). Will be removed in v2.0</summary>

<b>Step 1.</b> Create QR code data. There are multiple QR types: Plain Text, Url, Wi-Fi,
Email, GeoPos, Profile Cards, Phone, etc.
Expand Down Expand Up @@ -359,7 +359,7 @@ For example, this is an implementation of sweep gradient:
### Raster code (Bitmap)

<details>
<summary>Deprecated (click to show)</summary>
<summary>Deprecated (click to show). Will be removed in v2.0</summary>

You can easily implement your own shapes and coloring for QR Code in 2 ways:
using math formulas or by drawing on canvas. Second way is usually slower
Expand Down

0 comments on commit da428b0

Please sign in to comment.