leaferjs / leafer-ui

一款好用的 Canvas 渲染引擎,革新的体验。高效绘图 、UI 交互(小游戏、互动应用、组态)、图形编辑,前端开发必备~
https://www.leaferjs.com
MIT License
2.38k stars 82 forks source link

大佬,麻烦问下支持uni-app app么,同时想咨询下,比如根据数据显示圆点,还有label,label能设置偏移量么,目前安装leafer-ui/miniapp,报 app2.createOffscreenCanvas is not a function #204

Closed chenxiangjun2010 closed 4 hours ago

leaferjs commented 1 month ago

现在还不支持app, 有offsetX / offsetY可以设置偏移量,label用这种方式创建: https://www.leaferjs.com/ui/reference/display/Box.html#%E5%88%9B%E5%BB%BA%E8%87%AA%E9%80%82%E5%BA%94%E8%83%8C%E6%99%AF%E7%9A%84%E6%96%87%E6%9C%AC

chenxiangjun2010 commented 1 month ago

现在还不支持app, 有offsetX / offsetY可以设置偏移量,label用这种方式创建: https://www.leaferjs.com/ui/reference/display/Box.html#%E5%88%9B%E5%BB%BA%E8%87%AA%E9%80%82%E5%BA%94%E8%83%8C%E6%99%AF%E7%9A%84%E6%96%87%E6%9C%AC 请问近期有打算支持app的打算么,

leaferjs commented 1 month ago

不是打算的问题,是api不支持