1 Star 0 Fork 0

jackgitee88/LeaferJS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.ts 229 Bytes
一键复制 编辑 原始数据 按行查看 历史
LeaferJS 提交于 2023-09-22 19:06 . first
import { Leafer, Rect } from 'leafer-ui'
const leafer = new Leafer({ view: window })
const rect = new Rect({
x: 100,
y: 100,
width: 100,
height: 100,
fill: '#32cd79',
draggable: true
})
leafer.add(rect)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jackgitee88/LeaferJS.git
git@gitee.com:jackgitee88/LeaferJS.git
jackgitee88
LeaferJS
LeaferJS
main

搜索帮助