@pixldocs/canvas-renderer 0.5.76 → 0.5.78

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
@@ -256,7 +256,7 @@ export declare function normalizeFontFamily(fontStack: string): string;
256
256
  * Package version banner. Bump alongside package.json so we can confirm
257
257
  * (via browser:log) that the deployed bundle matches the expected build.
258
258
  */
259
- export declare const PACKAGE_VERSION = "0.5.76";
259
+ export declare const PACKAGE_VERSION = "0.5.78";
260
260
 
261
261
  export declare interface PageSettings {
262
262
  backgroundColor?: string;
@@ -447,6 +447,7 @@ export declare class PixldocsRenderer {
447
447
  * using the global __fabricCanvasRegistry (set by PageCanvas).
448
448
  */
449
449
  private getFabricCanvasFromContainer;
450
+ private logFabricTextParitySnapshot;
450
451
  private waitForStableTextMetrics;
451
452
  }
452
453