You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ series.concatenateImageData(null, function (imageData) {
86
86
See [tests/browser.html](https://github.com/rii-mango/Daikon/blob/master/tests/browser.html) for an example. For a more advanced example, see [this class](https://github.com/rii-mango/Papaya/blob/master/src/js/volume/dicom/header-dicom.js) in Papaya.
87
87
88
88
### Install
89
-
Get a packaged source file:
89
+
Get a packaged source file from the [release folder](https://github.com/rii-mango/Daikon/tree/master/release):
See the [release folder](https://github.com/rii-mango/Daikon/tree/master/release) for the latest builds or build it yourself using:
107
106
```
108
107
npm run build
109
108
```
110
-
This will output daikon.js and daikon-min.js to build/.
109
+
This will output daikon.js and daikon-min.js to build/
111
110
112
111
### Acknowledgments
113
112
Daikon makes use of [JPEGLosslessDecoderJS](https://github.com/rii-mango/JPEGLosslessDecoderJS) for JPEG Lossless support as well as the following third-party libraries:
0 commit comments