json2pptx 0.2.0 → 0.2.3

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/index.d.mts CHANGED
@@ -112,8 +112,6 @@ type Deck = {
112
112
  theme?: DeckTheme;
113
113
  };
114
114
 
115
- declare const resolveImageData: (src: string) => Promise<string>;
116
-
117
115
  declare const getElementRange: (element: SlideElement) => {
118
116
  minX: number;
119
117
  maxX: number;
@@ -122,6 +120,8 @@ declare const getElementRange: (element: SlideElement) => {
122
120
  };
123
121
  declare const getLineElementPath: (element: SlideElement) => string;
124
122
 
123
+ declare const resolveImageData: (src: string) => Promise<string>;
124
+
125
125
  declare const ENABLE_DECK_JSON = true;
126
126
  declare const PPTX_JSON_PAYLOAD_PATH = "json2ppt-editor.json";
127
127
  declare const PPTX_JSON_PAYLOAD_VERSION = 1;
package/dist/index.d.ts CHANGED
@@ -112,8 +112,6 @@ type Deck = {
112
112
  theme?: DeckTheme;
113
113
  };
114
114
 
115
- declare const resolveImageData: (src: string) => Promise<string>;
116
-
117
115
  declare const getElementRange: (element: SlideElement) => {
118
116
  minX: number;
119
117
  maxX: number;
@@ -122,6 +120,8 @@ declare const getElementRange: (element: SlideElement) => {
122
120
  };
123
121
  declare const getLineElementPath: (element: SlideElement) => string;
124
122
 
123
+ declare const resolveImageData: (src: string) => Promise<string>;
124
+
125
125
  declare const ENABLE_DECK_JSON = true;
126
126
  declare const PPTX_JSON_PAYLOAD_PATH = "json2ppt-editor.json";
127
127
  declare const PPTX_JSON_PAYLOAD_VERSION = 1;