:octocat:

This commit is contained in:
smiley
2023-07-13 23:15:16 +02:00
parent ddd9ef0857
commit b0a2cb6f67
16 changed files with 295 additions and 48 deletions
+29
View File
@@ -0,0 +1,29 @@
# QRString
[Class `QRString`](https://github.com/chillerlan/php-qrcode/blob/main/src/Output/QRString.php): String output: plain text, [JSON](https://developer.mozilla.org/en-US/docs/Glossary/JSON)
## Options that affect this module
| property | type |
|--------------------------------|----------------|
| `$eol` | `string` |
| `$textDark` | `string` |
| `$textLight` | `string` |
### Options that have no effect
| property | reason |
|--------------------------------|-----------------|
| `$returnResource` | N/A |
| `$imageBase64` | N/A |
| `$bgColor` | N/A |
| `$drawLightModules` | not implemented |
| `$drawCircularModules` | N/A |
| `$circleRadius` | N/A |
| `$keepAsSquare` | N/A |
| `$connectPaths` | N/A |
| `$excludeFromConnect` | N/A |
| `$scale` | N/A |
| `$imageTransparent` | N/A |