UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

12 lines (7 loc) 228 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var index = require('../utils/index.js'); function isEqualState(a, b) { return index.deepCompare(a, b); } exports.isEqualState = isEqualState;