mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 19:31:05 +00:00
1.1 KiB
1.1 KiB
QRMarkupHTML
Class QRMarkupHTML: 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 |