
Dynamic QR Generator
Quetzaltic Solutions
API Documentation
URL: https://qrcode.petroil.dev/api/qr
Parameters:
| Property | Type | Default | Description |
|---|
| text | string | required | The text encoded with the QR code. |
| size | number | 300 | Size of canvas |
| image | string | | URL of the image will be copied to the center of the QR code. |
| dots | string ('rounded' 'dots' 'classy' 'classy-rounded' 'square' 'extra-rounded') | 'square' | Style of QR dots. |
| corners | string ('dot' 'square' 'extra-rounded') | 'square' | Style of Corners Square |
| cornersDot | string ('dot' 'square') | 'square' | Style of Corners Dot |