深度画布
This commit is contained in:
@@ -68,3 +68,11 @@ export const BlendMode = {
|
||||
DESTINATION_IN: "destination-in", // 目标内
|
||||
DESTINATION_OUT: "destination-out", // 目标外
|
||||
};
|
||||
|
||||
/** 智能框选工具类型枚举 */
|
||||
export const AI_SELECTBOX_TYPE = {
|
||||
ADD: "add", // 添加模式
|
||||
REMOVE: "remove", // 删除模式
|
||||
DRAW: "draw", // 绘画模式
|
||||
ERASER: "eraser", // 橡皮擦模式
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user