jvs-draw 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -143,9 +143,7 @@ const handleSetData = () => {
143
143
  </script>
144
144
  ```
145
145
 
146
- 此外,为兼容历史逻辑,组件也会向 `window` 对象上挂载获取方法:`window.getExcalidrawCanvasData()`。
147
-
148
- *(注意:组件也支持通过全局函数 `setConfig` 动态传递部分设置和初始数据。)*
146
+ *(注意:所有方法均需通过 `ref` 获取组件实例后调用,以支持多实例独立运行。)*
149
147
 
150
148
  ## 🧩 依赖说明
151
149