@fses/workbench-app 0.1.3 → 0.2.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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @fileoverview 画布运行时 API 公共入口 - 导出插卡、改卡与持久化适配能力。
3
+ * @author seadon
4
+ * @created 2026-08-13
5
+ */
6
+ export { createCanvasApiFacade } from '../../internal/personal-workbench/canvas-runtime/api/canvasFacade';
7
+ export type * from './types';
@@ -0,0 +1,4 @@
1
+ import { c } from "../../canvasFacade-B0oy__da.js";
2
+ export {
3
+ c as createCanvasApiFacade
4
+ };