@sswroom/sswr 1.6.9 → 1.6.11

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,2 @@
1
+
2
+ export default window.OpenLayers;
package/media.d.ts CHANGED
@@ -95,6 +95,11 @@ export class EXIFData
95
95
  getPhotoLocation(): GPSInfo | null;
96
96
 
97
97
  getProperties(): object;
98
+ toString(linePrefix?: string): string;
99
+ toStringCanonCameraSettings(linePrefix: string | null | undefined, valBuff: number[]): string;
100
+ toStringCanonFocalLength(linePrefix: string | null | undefined, valBuff: number[]): string;
101
+ toStringCanonShotInfo(linePrefix: string | null | undefined, valBuff: number[]): string;
102
+ toStringCanonLensType(lensType: number): string;
98
103
  parseMakerNote(buff: ArrayBuffer): EXIFData | null;
99
104
 
100
105
  static getEXIFName(exifMaker: EXIFMaker, id: number, subId: number): string;