@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.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.67";
259
+ export declare const PACKAGE_VERSION = "0.5.70";
258
260
 
259
261
  export declare interface PageSettings {
260
262
  backgroundColor?: string;