Skip to main content

Design Builder

Experiment with QR code design options and see the result in real time. When you're happy with the design:

Dots

The main pattern that makes up the QR code.

Corners

The large corner markers.

Corner Dots

The inner dots of corner markers.

Background

Margin

10px
API Design Object
{
  "design": {
    "dots": {
      "style": "rounded",
      "color": "#000000"
    },
    "corners": {
      "style": "extra-rounded",
      "color": "#000000"
    },
    "corners_dot": {
      "style": "dot",
      "color": "#000000"
    },
    "background": {
      "color": "#ffffff"
    },
    "margin": 10
  }
}