@jtfmumm/patchwork-standalone-frame 0.4.0 → 0.4.1
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -140,9 +140,9 @@ pnpm preview
|
|
|
140
140
|
|
|
141
141
|
Mounts the standalone frame into a DOM element.
|
|
142
142
|
|
|
143
|
-
- **`root
|
|
144
|
-
- **`toolOrPlugins
|
|
145
|
-
- **`config
|
|
143
|
+
- **`root`**: the HTML element to mount into
|
|
144
|
+
- **`toolOrPlugins`**: either a `ToolRegistration<D>` object or a `Plugin<D>[]` array (patchwork plugin convention)
|
|
145
|
+
- **`config`**: optional `StandaloneFrameConfig`
|
|
146
146
|
|
|
147
147
|
### ToolRegistration
|
|
148
148
|
|
package/package.json
CHANGED