This commit is contained in:
lzp
2026-03-09 14:20:44 +08:00
parent ab15a328e1
commit 40dfb93406
2 changed files with 1 additions and 844 deletions

View File

@@ -1,7 +1,7 @@
import { fabric } from 'fabric-with-all'
import { ref } from 'vue'
import { createCanvas } from '../tools/canvasFactory'
import { AnimationManager } from './animationManager'
import { AnimationManager } from './AnimationManager'
import { detectDeviceType } from '../tools/index'
import { CanvasEventManager } from "./events/CanvasEventManager";
import { OperationType } from '../tools/layerHelper'