Better
Better
 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...
when i use viewer, how to access to the directory
 我想实现拖动下面的时间轴,上面的放开跟着实时移动,目前使用 ```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  使用方式: 
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...