Skip to content

Commit e3c48f2

Browse files
committed
ENH: Add bounding box feature
Allows user to display a bounding box around each of the image layers.
1 parent 71873bf commit e3c48f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

itkwidgets/viewer_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ITK_VIEWER_SRC = (
2-
"https://bafybeibp7aewb5ngv3o3kkqzd523b7742eumq23mllxba5tz2eakqxxwca.on.fleek.co/"
2+
"https://bafybeigxr6gde3tvni2wq732hzwwabhodjajxtn4lf7dut5d4zist5wqxe.on.fleek.co/"
33
)
4-
PYDATA_SPHINX_HREF = "https://cdn.jsdelivr.net/npm/itk-viewer-bootstrap-ui@0.23.0/dist/bootstrapUIMachineOptions.js.es.js"
4+
PYDATA_SPHINX_HREF = "https://cdn.jsdelivr.net/npm/itk-viewer-bootstrap-ui@0.24.0/dist/bootstrapUIMachineOptions.js.es.js"
55
MUI_HREF = "https://cdn.jsdelivr.net/npm/[email protected]/dist/materialUIMachineOptions.js.es.js"

0 commit comments

Comments
 (0)