Skip to content

Instantly share code, notes, and snippets.

@eljojo
Created February 20, 2026 10:13
Show Gist options
  • Select an option

  • Save eljojo/43e7c85828cddf18a52e942794ef049c to your computer and use it in GitHub Desktop.

Select an option

Save eljojo/43e7c85828cddf18a52e942794ef049c to your computer and use it in GitHub Desktop.
estrella qr
{
"document": [
{
"type": "canvas",
"width": null,
"height": 100,
"dither": null,
"elements": [
{
"type": "qr_code",
"data": "https://example.com",
"cell_size": null,
"error_level": null,
"align": null,
"position": {
"x": -165,
"y": -10
}
},
{
"type": "text",
"content": "Hello World",
"bold": false,
"underline": false,
"upperline": false,
"invert": false,
"upside_down": false,
"reduced": false,
"smoothing": null,
"align": null,
"center": false,
"right": false,
"size": [
1,
1
],
"scale": null,
"double_width": false,
"double_height": false,
"inline": false,
"font": null,
"position": {
"x": 257,
"y": 41
}
}
]
}
],
"cut": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment