@pixldocs/canvas-renderer 0.5.67 → 0.5.70
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/index.cjs +1818 -1678
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1818 -1678
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -87,6 +87,8 @@ export declare function collectImageUrls(config: TemplateConfig): string[];
|
|
|
87
87
|
*/
|
|
88
88
|
export declare function configHasAutoShrinkText(config: TemplateConfig | null | undefined): boolean;
|
|
89
89
|
|
|
90
|
+
export declare function dumpSvgTextDiagnostics(svgStr: string, pageIndex: number, tag: string, stage: string, maxItems?: number): void;
|
|
91
|
+
|
|
90
92
|
export declare interface DynamicField {
|
|
91
93
|
id: string;
|
|
92
94
|
label: string;
|
|
@@ -254,7 +256,7 @@ export declare function normalizeFontFamily(fontStack: string): string;
|
|
|
254
256
|
* Package version banner. Bump alongside package.json so we can confirm
|
|
255
257
|
* (via browser:log) that the deployed bundle matches the expected build.
|
|
256
258
|
*/
|
|
257
|
-
export declare const PACKAGE_VERSION = "0.5.
|
|
259
|
+
export declare const PACKAGE_VERSION = "0.5.70";
|
|
258
260
|
|
|
259
261
|
export declare interface PageSettings {
|
|
260
262
|
backgroundColor?: string;
|