cornerstonetools-thresholdbrush
Advanced tools
Comparing version 1.0.7 to 1.0.9
{ | ||
"name": "cornerstonetools-thresholdbrush", | ||
"version": "1.0.7", | ||
"version": "1.0.9", | ||
"description": "A brush tool that allows you to set a low and high threshold range in HU units while drawing segmentations.", | ||
@@ -5,0 +5,0 @@ "main": "src/ThresholdBrushTool.js", |
@@ -21,3 +21,4 @@ // This tool extends the default brush tool to allow for a threshold value to be set using hounsfield units with a low and high values. The threshold decides if the brush should paint the pixel or not. | ||
export class ThresholdBrushTool extends BaseBrushTool { | ||
module.exports = class ThresholdBrushTool extends BaseBrushTool { | ||
constructor(props = {}) { | ||
@@ -24,0 +25,0 @@ const defaultProps = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4850