circuit-json-to-gltf 0.0.23 → 0.0.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +8022 -5393
  3. 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>;