vnode2canvas icon indicating copy to clipboard operation
vnode2canvas copied to clipboard

Increase the CSS style parsing

Open muwoo opened this issue 7 years ago • 0 comments

I hope to add CSS style parsing in the next version.🙂🙂 eg.

.text {
  padding: 10px;
  margin: 20px;
}

.view {
  display: flex;
  align-items: center;
}

muwoo avatar Jul 18 '18 14:07 muwoo