mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-21 01:20:28 +00:00
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# 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 |
|