View in #cornerstone3d on Slack
@Jason_Hostetter: Just submitted a WIP PR for changing how tools import dependencies: https://github.com/cornerstonejs/cornerstone3D/pull/1748
Curious for thoughts/comments - this is aimed to address the pain of cloning/modifying a tool, wherein resolving all the imports is tedious, and some imported dependencies are not exposed on the tools package.
@Alireza_Sedghi: if the result is not gonna get circular dep i’m fine
seems like it did 
you can run yarn run format-check
to check
@Jason_Hostetter: ooo that’s good to know
hmm, will have to think about how to avoid that
@Alireza_Sedghi I submitted a new PR just adding some additional utility exports rather than redoing anything with existing tools: https://github.com/cornerstonejs/cornerstone3D/pull/1755
Doesn’t appear to have any circular deps
@Alireza_Sedghi: can you update api?
https://www.cornerstonejs.org/docs/contribute/update-api
API Updating | Cornerstone.js
@Jason_Hostetter: Done