add rerun last mask button

This commit is contained in:
Qing
2023-02-19 15:05:41 +08:00
parent 1a865810f5
commit 183334f8f7
4 changed files with 88 additions and 35 deletions

View File

@@ -12,6 +12,8 @@ export interface PaintByExampleEventData {
image: File
}
export const RERUN_LAST_MASK = 'rerun_last_mask'
const emitter = mitt()
export default emitter