circuit-json-to-gltf 0.0.23 → 0.0.25
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.ts +1 -0
- package/dist/index.js +8004 -5335
- package/package.json +7 -5
package/dist/index.d.ts
CHANGED
|
@@ -164,6 +164,7 @@ declare const COORDINATE_TRANSFORMS: {
|
|
|
164
164
|
readonly TEST_ROTATE_Z_270: CoordinateTransformConfig;
|
|
165
165
|
readonly TEST_FLIP_X: CoordinateTransformConfig;
|
|
166
166
|
readonly TEST_FLIP_Z: CoordinateTransformConfig;
|
|
167
|
+
readonly FOOTPRINTER_MODEL_TRANSFORM: CoordinateTransformConfig;
|
|
167
168
|
};
|
|
168
169
|
|
|
169
170
|
declare function convertCircuitJsonToGltf(circuitJson: CircuitJson, options?: ConversionOptions): Promise<ArrayBuffer | object>;
|