@netless/appliance-plugin 1.1.6-beta.0 → 1.1.6
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 +2 -0
- package/cdn/cdn.js +1 -1
- package/cdn/{fullWorker-Bn23ql.js → fullWorker-CIRArL.js} +64 -64
- package/cdn/{subWorker-BHGGPo.js → subWorker-C_XI7b.js} +64 -64
- package/dist/appliance-plugin.js +1 -1
- package/dist/appliance-plugin.mjs +1 -1
- package/dist/component/miniMap/manager.d.ts +1 -0
- package/dist/core/worker/base.d.ts +1 -1
- package/dist/fullWorker.js +64 -64
- package/dist/index-BNqxsoBb.js +1 -0
- package/dist/{index-f9cCJCDG.mjs → index-BkXgi5s7.mjs} +1 -1
- package/dist/{index--nNSULzs.js → index-CVBczavT.js} +1 -1
- package/dist/{index-DK7rOQ8d.mjs → index-DeePQlzi.mjs} +1161 -1158
- package/dist/subWorker.js +64 -64
- package/package.json +4 -4
- package/dist/index-Jd0URiCw.js +0 -1
package/README.md
CHANGED
|
@@ -191,6 +191,8 @@ The following interfaces are involved:
|
|
|
191
191
|
- `screenshotToCanvasAsync` Replace the api room.screenshotToCanvas
|
|
192
192
|
- `scenePreviewAsync` Replace the api room.scenePreview
|
|
193
193
|
- `destroy` Destroy the instance of appliance-plugin
|
|
194
|
+
- `addListener` add appliance plugin Listener
|
|
195
|
+
- `removeListener` remove appliance plugin Listener
|
|
194
196
|
|
|
195
197
|
5.Incompatible
|
|
196
198
|
- `exportScene` When the appliance-plugin is enabled, notes cannot be exported in room mode
|
package/cdn/cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r="/fullWorker-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r="/fullWorker-CIRArL.js",e="/subWorker-C_XI7b.js";exports.fullWorkerUrl=r;exports.subWorkerUrl=e;
|