UNPKG

fabric-warpvas

Version:

This JavaScript library helps you efficiently build image warping tools on Fabric.js

20 lines (19 loc) 329 B
.icon-button { position: relative; .icon { display: inline-block; border: unset; background-color: unset; cursor: pointer; opacity: 0.5; transition: all 0.1s; user-select: none; } &.active .icon { opacity: 1; color: #333; } &:hover .icon { opacity: 1; } }