UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

8 lines (5 loc) 130 B
import { deepClone } from '../utils/index.js'; function copyState(state) { return deepClone(state); } export { copyState };