viewgate-wrapper 1.11.40 → 1.11.41
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 +2408 -8514
- package/dist/viewgate-wrapper.umd.cjs +10 -15
- package/package.json +1 -3
- package/dist/cli.js +0 -123
- package/dist/plugin/babel-plugin-viewgate.js +0 -27
- package/dist/plugin/config-injectors.js +0 -205
- package/dist/plugin/next-loader.js +0 -4
- package/dist/plugin/transform-logic.js +0 -30
- package/dist/plugin/vite-plugin-viewgate.js +0 -14
- package/dist/plugin/webpack-loader.js +0 -9
|
@@ -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: ViewGate Proprietary Capture Engine (Pro Version)
|
|
3
|
+
* Focused on extreme stability and WYSIWYG accuracy without cloning.
|
|
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,CAmChB,CAAC"}
|