fabric-texture
Version:
This JavaScript library enables fast and efficient image distortion transformations using Canvas 2D.
25 lines (24 loc) • 411 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;
}
}