viewgate-wrapper 1.11.40 → 1.11.42
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/components/ViewGateOverlay.d.ts.map +1 -1
- package/dist/utils/VGCap.d.ts +12 -0
- package/dist/utils/VGCap.d.ts.map +1 -0
- package/dist/viewgate-wrapper.js +2309 -8381
- package/dist/viewgate-wrapper.umd.cjs +10 -15
- package/package.json +1 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewGateOverlay.d.ts","sourceRoot":"","sources":["../../src/components/ViewGateOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqD,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ViewGateOverlay.d.ts","sourceRoot":"","sources":["../../src/components/ViewGateOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqD,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAgCnF,OAAO,wBAAwB,CAAC;AAixBhC,eAAO,MAAM,eAAe,EAAE,EA24G7B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VGCap Ultimate: The 'Zero Distortion' Renderer
|
|
3
|
+
* Focused on 100% Color Accuracy (Gradients) and Layout Fidelity.
|
|
4
|
+
*/
|
|
5
|
+
export interface VGCapOptions {
|
|
6
|
+
scale?: number;
|
|
7
|
+
padding?: number;
|
|
8
|
+
backgroundColor?: string;
|
|
9
|
+
logging?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const captureElement: (el: HTMLElement, options?: VGCapOptions) => Promise<string>;
|
|
12
|
+
//# sourceMappingURL=VGCap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VGCap.d.ts","sourceRoot":"","sources":["../../src/utils/VGCap.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,cAAc,GACzB,IAAI,WAAW,EACf,UAAS,YAAiB,KACzB,OAAO,CAAC,MAAM,CA6BhB,CAAC"}
|