Skip to content

Commit

Permalink
added demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
SteEcker committed Sep 18, 2024
1 parent 4d417b5 commit 1510f5d
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 32 deletions.
50 changes: 25 additions & 25 deletions .vitepress/cache/deps/@theme_index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions .vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"hash": "062bb5ae",
"configHash": "d76aaf88",
"hash": "51f594e8",
"configHash": "b3b325b8",
"lockfileHash": "d942bc8c",
"browserHash": "24fc9251",
"browserHash": "0d2ff03b",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "7840e49e",
"fileHash": "abf2a74c",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "7eba9f6c",
"fileHash": "11143210",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "5f13b4a7",
"fileHash": "1d660553",
"needsInterop": false
},
"@theme/index": {
"src": "../../../node_modules/vitepress/dist/client/theme-default/index.js",
"file": "@theme_index.js",
"fileHash": "7865b9b7",
"fileHash": "e3d41f4d",
"needsInterop": false
}
},
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This project builds upon:
- **[VitePress](https://github.com/vuejs/vitepress)**: A Vite-powered static site generator with markdown support and Vue components integration.
- **[Niivue](https://github.com/niivue/niivue)**: A high-performance, WebGL-based DICOM viewer for rendering 3D medical images (CT/MRI) with advanced features like segmentation overlays.

![Demo GIF](../../assets/gif/demo.gif)

## ✨ Features

- **Interactive DICOM Viewer**: Scroll through CT or MRI image stacks embedded in your Markdown pages.
Expand Down
Binary file added assets/gif/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions content/introduction/aim.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This project builds upon:
- **[VitePress](https://github.com/vuejs/vitepress)**: A Vite-powered static site generator with markdown support and Vue components integration.
- **[Niivue](https://github.com/niivue/niivue)**: A high-performance, WebGL-based DICOM viewer for rendering 3D medical images (CT/MRI) with advanced features like segmentation overlays.

![Demo GIF](../../assets/gif/demo.gif)

## ✨ Features

- **Interactive DICOM Viewer**: Scroll through CT or MRI image stacks embedded in your Markdown pages.
Expand Down

0 comments on commit 1510f5d

Please sign in to comment.