Built-In-Output-QRMarkupHTML.md.txt 1.1 KB

1234567891011121314151617181920212223242526272829
  1. # QRMarkupHTML
  2. [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)
  3. ## Options that affect this module
  4. | property | type |
  5. |--------------------------------|----------------|
  6. | `$eol` | `string` |
  7. | `$cssClass` | `string` |
  8. | `$markupDark` | `string` |
  9. | `$markupLight` | `string` |
  10. ### Options that have no effect
  11. | property | reason |
  12. |--------------------------------|---------|
  13. | `$returnResource` | N/A |
  14. | `$imageBase64` | N/A |
  15. | `$bgColor` | via CSS |
  16. | `$drawLightModules` | N/A |
  17. | `$drawCircularModules` | N/A |
  18. | `$circleRadius` | N/A |
  19. | `$keepAsSquare` | N/A |
  20. | `$connectPaths` | N/A |
  21. | `$excludeFromConnect` | N/A |
  22. | `$scale` | via CSS |
  23. | `$imageTransparent` | N/A |