Preview:
html,

body {

  width: 0%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: row;

  margin: 0;
10
}

​

canvas {

  margin: auto;

  display: block;

  box-shadow: 0px 2px 12px -2px rgb(0 0 0 / 15%);

}

​
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter