Open sellarajathangaramaiya opened 1 year ago
// Init cornerstone tools cornerstoneTools.init();
// Enable any elements, and display images // ...
// Add our tool, and set it's mode const BidirectionalTool = cornerstoneTools.BidirectionalTool;
cornerstoneTools.addTool(BidirectionalTool) cornerstoneTools.setToolActive('Bidirectional', { mouseButtonMask: 1 }) other tool i can able to add but Bidirectional alone i could not add . i am using version 5.1.4
Prerequisites
Description
Steps to Reproduce the issue
Expected behavior: (What you expected to happen)
Actual behavior: (What actually happened)
CodeSandbox With Reproduction of Issue: