fan-planar-viewer 2.2.10-beta-1.1 → 2.3.0
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 +6 -0
- package/dist/graphic.js +1 -1
- package/dist/index.js +2 -2
- package/dist/planarEditor.js +2 -2
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -124,3 +124,9 @@ import { GraphicPreview } from 'fan-planar-viewer/dist/graphic.js';
|
|
|
124
124
|
或 import { GraphicPreview } from 'fan-planar-viewer';
|
|
125
125
|
<GraphicPreview designInfo={designInfo} additionalTools={additionalTools} />
|
|
126
126
|
```
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
插件参考
|
|
131
|
+
|
|
132
|
+
拖放组件: https://react-dnd.github.io/react-dnd/docs/api/use-drag
|