cadviewer 8.66.4 → 8.67.14

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.
@@ -0,0 +1 @@
1
+ export default __webpack_public_path__ + "1f378110011c8182c19a79dbe9a013e2.png";
@@ -863,4 +863,5 @@ declare module 'cadviewer' {
863
863
  export function cvjs_conversion_addAXconversionParameters(axparameters: any): void;
864
864
  export function cvjs_setOriginatingLocation(location: string): void;
865
865
  export function cvjs_activateFixedZoomWidthAdjustment(flag: boolean): void;
866
+ export function cvjs_CompareDrawings(f_div: string, drawing1: string, drawing2: string): void;
866
867
  }