UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

8 lines (5 loc) 138 B
import { deepCompare } from '../utils/index.js'; function isEqualState(a, b) { return deepCompare(a, b); } export { isEqualState };