nicecode-v2/packages/meta/es/utils/constants.js
2024-01-16 11:44:26 +08:00

12 lines
196 B
JavaScript

export var CROP_TYPE = {
CUSTOM: 'CSUTOM',
AUTO: 'AUTO'
};
export var defaultAlignOption = {
points: ['bl', 'br'],
offset: [6, 0],
overflow: {
adjustX: true,
adjustY: true
}
};