Skip to content

Commit

Permalink
Fix ECG rendering performance (#390)
Browse files Browse the repository at this point in the history
* Ploty.animate

* remove log

* update build

* fix path

* Update docs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ronzim and github-actions[bot] authored Sep 16, 2024
1 parent cbf66d0 commit 3611a11
Show file tree
Hide file tree
Showing 9 changed files with 264 additions and 304 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

## Dicom Image Toolkit for CornerstoneJS

### Current version: 2.6.3
### Current version: 2.6.4

### Latest Published Release: 2.6.3
### Latest Published Release: 2.6.4

This library provides common DICOM functionalities to be used in web-applications: it's wrapper that simplifies the use of cornerstone-js environment.

Expand Down
2 changes: 1 addition & 1 deletion dist/imaging/tools/segmentation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export declare function clearSegmentationState(): void;
* Anyway, the activated tool name is returned
* @param {Object} options - An object containing configuration values (eg radius, thresholds, etc...)
*/
export declare function enableBrushTool(viewports: string[], options: BrushProperties): "ThresholdsBrush" | "Brush";
export declare function enableBrushTool(viewports: string[], options: BrushProperties): "Brush" | "ThresholdsBrush";
/**
* Disable brushing
* This function disables both brush tools, if found active on `viewports`
Expand Down
2 changes: 1 addition & 1 deletion dist/larvitar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/larvitar.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ <h3> </h3>
<h1 id="larvitar">Larvitar</h1>
<p><a href="https://github.com/dvisionlab/Larvitar"><img src="https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&amp;prefix=%E2%89%A5&amp;suffix=%25&amp;query=$.typeCoverage.atLeast&amp;uri=https%3A%2F%2Fraw.githubusercontent.com%2Fplantain-00%2Ftype-coverage%2Fmaster%2Fpackage.json" alt="type-coverage"></a></p>
<h2 id="dicom-image-toolkit-for-cornerstonejs">Dicom Image Toolkit for CornerstoneJS</h2>
<h3 id="current-version%3A-2.6.3">Current version: 2.6.3</h3>
<h3 id="latest-published-release%3A-2.6.3">Latest Published Release: 2.6.3</h3>
<h3 id="current-version%3A-2.6.4">Current version: 2.6.4</h3>
<h3 id="latest-published-release%3A-2.6.4">Latest Published Release: 2.6.4</h3>
<p>This library provides common DICOM functionalities to be used in web-applications: it's wrapper that simplifies the use of cornerstone-js environment.</p>
<h2 id="features%3A">Features:</h2>
<ul>
Expand Down
Loading

0 comments on commit 3611a11

Please sign in to comment.