UNPKG

fabric-texture

Version:

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

25 lines (24 loc) 395 B
.demo { display: flex; gap: 2%; // 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%; } } span { color: gray; font-size: 12px; } } }