larvitar 3.7.3 → 3.8.1

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.
@@ -133,7 +133,7 @@ export declare const getAnisotropicDisplayedArea: (id: string, viewport: Viewpor
133
133
  * @param {RenderProps | undefined} options - Optional properties
134
134
  * @return {Promise} Return a promise which will resolve when image is displayed
135
135
  */
136
- export declare const renderImage: (seriesStack: Series, elementId: string | HTMLElement, options?: RenderProps) => Promise<true>;
136
+ export declare const renderImage: (seriesStack: Series, elementId: string | HTMLElement, options?: RenderProps, signal?: AbortSignal) => Promise<true>;
137
137
  /**
138
138
  * Redraw the cornerstone image
139
139
  * @instance