Better

Results 8 issues of Better

![WO4nQ9YBii4ShjD61AR7tg==](https://user-images.githubusercontent.com/68367439/158921652-0ae9d1c4-cad0-4900-ac5a-7940edf4f529.png) As shown in the picture, I want to set the position where I paste the image (I want it to be centered) or increase the size, what should I...

Question
inactive

when i use viewer, how to access to the directory

Question
inactive

![demo1](https://user-images.githubusercontent.com/68367439/184061032-1b9d1cbf-454e-43f5-ab14-45ec515ef334.gif) 我想实现拖动下面的时间轴,上面的放开跟着实时移动,目前使用 ```js this.circle2.animateTo( { shape: { x: this.circle2x + data, y: 100, }, }, function() { // done } ); ``` 发现一直会有延时的效果,上面的移动不能实时跟随下面的时间的拖动更新位置,请问有什么方法实现吗

安装官网的demo写不能没有任何渲染 具体代码如下 ```html zrender学习 window.onload = function () { var container = document.getElementsByClassName('example-container')[0]; console.log(container) var zr = zrender.init(container); var w = zr.getWidth(); var h = zr.getHeight(); var r = 30;...

使用组件的调用,在app.use中全局使用,但是在组件的方法中调用this.$viewerApi 是undefined ![d2rN8HcCmBiiBLWSKRWn1A==](https://user-images.githubusercontent.com/68367439/167379197-3c61be1a-5336-4af0-b2eb-809a4879d843.png) 使用方式: ![VKliFU5#z6DS0Uw2jcsqpg==](https://user-images.githubusercontent.com/68367439/167379830-9229d722-c81e-425f-a8dd-5e102b6b3ef5.png)

need more info

how to use in react ? I am a personal blog built with dumi. The custom page component is written using react. How can I use it

### tdesign 版本 "@tencent/tdesign-icons-vue": "0.0.4", "@tencent/tdesign-vue": "0.27.2", ### 重现链接 _No response_ ### 重现步骤 使用https://zeroing.jd.com/的微前端框架接入微前端,加载tdesign.gtimg.com资源跨域了 Access to fetch at 'https://tdesign.gtimg.com/icon/0.1.3/fonts/index.js' from origin 'https://my.com' has been blocked by CORS policy: Response to...

question