@xom11/whiteboard 0.28.0 → 0.29.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/dist/ai.d.mts +236 -295
- package/dist/ai.d.ts +236 -295
- package/dist/ai.js +6019 -7612
- package/dist/ai.js.map +1 -1
- package/dist/ai.mjs +4804 -5457
- package/dist/ai.mjs.map +1 -1
- package/dist/catalog.json +2 -2
- package/dist/{chunk-AJAHD35N.mjs → chunk-E6EDOPGT.mjs} +3 -105
- package/dist/chunk-E6EDOPGT.mjs.map +1 -0
- package/dist/{chunk-QCZVFEN4.mjs → chunk-GEC2D2EQ.mjs} +3 -3
- package/dist/{chunk-QCZVFEN4.mjs.map → chunk-GEC2D2EQ.mjs.map} +1 -1
- package/dist/geometry-2d.d.mts +1 -2
- package/dist/geometry-2d.d.ts +1 -2
- package/dist/geometry-2d.js +888 -3623
- package/dist/geometry-2d.js.map +1 -1
- package/dist/geometry-2d.mjs +1 -1
- package/dist/geometry-3d.d.mts +1 -2
- package/dist/geometry-3d.d.ts +1 -2
- package/dist/graph-2d.d.mts +1 -2
- package/dist/graph-2d.d.ts +1 -2
- package/dist/{host-4P766V4J.mjs → host-HKMZSCIT.mjs} +54 -313
- package/dist/host-HKMZSCIT.mjs.map +1 -0
- package/dist/index.d.mts +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.js +880 -3619
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -4
- package/dist/index.mjs.map +1 -1
- package/dist/latex.d.mts +1 -2
- package/dist/latex.d.ts +1 -2
- package/dist/{types-BHYC2Fiw.d.mts → types-C3FjpoUi.d.mts} +1 -232
- package/dist/{types-BHYC2Fiw.d.ts → types-C3FjpoUi.d.ts} +1 -232
- package/package.json +1 -9
- package/dist/chunk-AJAHD35N.mjs.map +0 -1
- package/dist/chunk-T3SOHYB2.mjs +0 -851
- package/dist/chunk-T3SOHYB2.mjs.map +0 -1
- package/dist/handleExtractProblem-C-U5KluK.d.mts +0 -158
- package/dist/handleExtractProblem-C-U5KluK.d.ts +0 -158
- package/dist/host-4P766V4J.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -3,8 +3,8 @@ import { NonDeletedExcalidrawElement } from '@excalidraw/excalidraw/element/type
|
|
|
3
3
|
export { ExcalidrawElement, NonDeletedExcalidrawElement } from '@excalidraw/excalidraw/element/types';
|
|
4
4
|
import { AppState, BinaryFiles } from '@excalidraw/excalidraw/types';
|
|
5
5
|
export { AppState, BinaryFiles } from '@excalidraw/excalidraw/types';
|
|
6
|
-
import { S as StampType, G as GenerateGeometryFigure, a as GeometryDraftPreview } from './types-
|
|
7
|
-
export { A as AiFigureProgress, b as AiFigureUiResult, B as BaseStampCustomData } from './types-
|
|
6
|
+
import { S as StampType, G as GenerateGeometryFigure, a as GeometryDraftPreview } from './types-C3FjpoUi.mjs';
|
|
7
|
+
export { A as AiFigureProgress, b as AiFigureUiResult, B as BaseStampCustomData } from './types-C3FjpoUi.mjs';
|
|
8
8
|
import { GeometryCustomData } from './geometry-2d.mjs';
|
|
9
9
|
export { geometryStamp } from './geometry-2d.mjs';
|
|
10
10
|
import { LatexCustomData } from './latex.mjs';
|
|
@@ -14,8 +14,6 @@ export { geometry3dStamp } from './geometry-3d.mjs';
|
|
|
14
14
|
import { Graph2DCustomData } from './graph-2d.mjs';
|
|
15
15
|
export { graph2dStamp } from './graph-2d.mjs';
|
|
16
16
|
import { PDFDocumentProxy } from 'pdfjs-dist';
|
|
17
|
-
export { E as ExtractUiResult, H as HandleExtractProblemOptions, I as ImagePart, V as VisionRequest, h as handleExtractProblem } from './handleExtractProblem-C-U5KluK.mjs';
|
|
18
|
-
import 'zod';
|
|
19
17
|
import 'react';
|
|
20
18
|
|
|
21
19
|
interface SyncableAppState {
|
package/dist/index.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ import { NonDeletedExcalidrawElement } from '@excalidraw/excalidraw/element/type
|
|
|
3
3
|
export { ExcalidrawElement, NonDeletedExcalidrawElement } from '@excalidraw/excalidraw/element/types';
|
|
4
4
|
import { AppState, BinaryFiles } from '@excalidraw/excalidraw/types';
|
|
5
5
|
export { AppState, BinaryFiles } from '@excalidraw/excalidraw/types';
|
|
6
|
-
import { S as StampType, G as GenerateGeometryFigure, a as GeometryDraftPreview } from './types-
|
|
7
|
-
export { A as AiFigureProgress, b as AiFigureUiResult, B as BaseStampCustomData } from './types-
|
|
6
|
+
import { S as StampType, G as GenerateGeometryFigure, a as GeometryDraftPreview } from './types-C3FjpoUi.js';
|
|
7
|
+
export { A as AiFigureProgress, b as AiFigureUiResult, B as BaseStampCustomData } from './types-C3FjpoUi.js';
|
|
8
8
|
import { GeometryCustomData } from './geometry-2d.js';
|
|
9
9
|
export { geometryStamp } from './geometry-2d.js';
|
|
10
10
|
import { LatexCustomData } from './latex.js';
|
|
@@ -14,8 +14,6 @@ export { geometry3dStamp } from './geometry-3d.js';
|
|
|
14
14
|
import { Graph2DCustomData } from './graph-2d.js';
|
|
15
15
|
export { graph2dStamp } from './graph-2d.js';
|
|
16
16
|
import { PDFDocumentProxy } from 'pdfjs-dist';
|
|
17
|
-
export { E as ExtractUiResult, H as HandleExtractProblemOptions, I as ImagePart, V as VisionRequest, h as handleExtractProblem } from './handleExtractProblem-C-U5KluK.js';
|
|
18
|
-
import 'zod';
|
|
19
17
|
import 'react';
|
|
20
18
|
|
|
21
19
|
interface SyncableAppState {
|