vnode2canvas
vnode2canvas copied to clipboard
Increase the CSS style parsing
I hope to add CSS style parsing in the next version.🙂🙂 eg.
.text {
padding: 10px;
margin: 20px;
}
.view {
display: flex;
align-items: center;
}