fabric-warpvas
Version:
This JavaScript library helps you efficiently build image warping tools on Fabric.js
25 lines (24 loc) • 435 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;
}
.hint {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
color: lightgray;
}
}