Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskhanas authored Feb 11, 2024
1 parent c9560c8 commit d286eb7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ Responsive QR code example:

### API

| prop | type | default value |
| --------- | ---------------------------- | ------------- |
| `bgColor` | `string` | '#FFFFFF' |
| `fgColor` | `string` | '#000000' |
| `level` | `string` (`'L' 'M' 'Q' 'H'`) | 'L' |
| `size` | `number` | 256 |
| `title` | `string` | |
| `value` | `string` | |
| prop | type | default value | platform |
| --------- | ---------------------------- | ------------- |-------------------|
| `bgColor` | `string` | '#FFFFFF' | web, ios, android |
| `fgColor` | `string` | '#000000' | web, ios, android |
| `level` | `string` (`'L' 'M' 'Q' 'H'`) | 'L' | web, ios, android |
| `size` | `number` | 256 | web, ios, android |
| `title` | `string` | | web |
| `value` | `string` | | web, ios, android |

### License

Expand Down

0 comments on commit d286eb7

Please sign in to comment.