build-dxf 0.0.20-22 → 0.0.20-24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.0.20-22",
3
+ "version": "0.0.20-24",
4
4
  "description": "线段构建双线墙壁的dxf版本",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
package/src/build.d.ts CHANGED
@@ -15,7 +15,7 @@ export declare function createEditor(dom: HTMLDivElement, camera?: THREE.Camera,
15
15
  glb: File;
16
16
  gltf: File;
17
17
  json: File;
18
- image: File;
18
+ jpg: File;
19
19
  }>;
20
20
  }>;
21
21
  /**
@@ -28,7 +28,7 @@ export declare function getFileAll(dxfSystem?: DxfSystem): Promise<{
28
28
  glb: File;
29
29
  gltf: File;
30
30
  json: File;
31
- image: File;
31
+ jpg: File;
32
32
  }>;
33
33
  /** 获取全局DxfSystem
34
34
  * @returns
package/src/build.js CHANGED
@@ -2590,7 +2590,7 @@ async function yt(y = V) {
2590
2590
  glb: o,
2591
2591
  gltf: s,
2592
2592
  json: r,
2593
- image: e
2593
+ jpg: e
2594
2594
  };
2595
2595
  }
2596
2596
  function At() {