fabric-warpvas
Version:
This JavaScript library helps you efficiently build image warping tools on Fabric.js
21 lines (20 loc) • 342 B
text/less
.demo {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: stretch;
flex-wrap: wrap;
background-color: #fff;
border-radius: 8px;
overflow: hidden;
margin-top: 8px;
.canvas {
min-height: 300px;
min-width: 200px;
flex: 1;
}
.code {
flex: 1;
}
}