feat: support png output type

This commit is contained in:
vicanso 2022-06-24 20:25:31 +08:00
parent 1c60bc9380
commit 7894d99953
4 changed files with 32 additions and 5 deletions

View file

@ -11,6 +11,10 @@ body {
background-color: #383838;
text-indent: 2em;
}
.header span {
margin-left: 50px;
margin-right: 5px;
}
.codeWrapper {
position: fixed;
left: 0;
@ -61,7 +65,7 @@ body {
top: 50%;
margin-top: -200px;
}
svg {
#svg svg, #svg img {
display: block;
margin: auto;
}