Jack Walf

Results 2 issues of Jack Walf

// #监听拖放事件 import { Leafer, Box, Frame, Group, Rect, DropEvent, DragEvent } from 'leafer-ui' const leafer = new Leafer({ view: window }) const group = new Frame({ x: 300, y:...

// #监听拖放事件 import { Leafer, Group, Rect, DropEvent, DragEvent } from 'leafer-ui' const leafer = new Leafer({ view: window }) const group = new Group({ x: 300, y: 300 })...