mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-21 05:10:12 +00:00
:octocat:
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# QRMarkupHTML
|
||||
|
||||
[Class `QRMarkupHTML`](https://github.com/chillerlan/php-qrcode/blob/main/src/Output/QRMarkupHTML.php): HTML output (a cheap markup substitute when SVG is not available or not an option)
|
||||
|
||||
## Options that affect this module
|
||||
|
||||
| property | type |
|
||||
|--------------------------------|----------------|
|
||||
| `$eol` | `string` |
|
||||
| `$cssClass` | `string` |
|
||||
| `$markupDark` | `string` |
|
||||
| `$markupLight` | `string` |
|
||||
|
||||
|
||||
### Options that have no effect
|
||||
|
||||
| property | reason |
|
||||
|--------------------------------|---------|
|
||||
| `$returnResource` | N/A |
|
||||
| `$imageBase64` | N/A |
|
||||
| `$bgColor` | via CSS |
|
||||
| `$drawLightModules` | N/A |
|
||||
| `$drawCircularModules` | N/A |
|
||||
| `$circleRadius` | N/A |
|
||||
| `$keepAsSquare` | N/A |
|
||||
| `$connectPaths` | N/A |
|
||||
| `$excludeFromConnect` | N/A |
|
||||
| `$scale` | via CSS |
|
||||
| `$imageTransparent` | N/A |
|
||||
Reference in New Issue
Block a user