UNPKG

fabric-texture

Version:

This JavaScript library enables fast and efficient image distortion transformations using Canvas 2D.

29 lines (28 loc) 461 B
.demo { display: flex; gap: 2%; align-items: end; // gap: 8px; .box { padding: 10px 10px 0; // height: 150px; text-align: center; .image { min-width: 100%; display: flex; justify-content: space-around; align-items: center; margin-bottom: 4px; img { max-width: 100%; } } .label { color: gray; font-size: 12px; } span { white-space: nowrap; } } }