Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rii-mango committed May 14, 2023
1 parent 45b8301 commit 715739b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ series.concatenateImageData(null, function (imageData) {
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.

### Install
Get a packaged source file:
Get a packaged source file from the [release folder](https://github.com/rii-mango/Daikon/tree/master/release):

* [daikon.js](https://raw.githubusercontent.com/rii-mango/Daikon/master/release/current/daikon.js)
* [daikon-min.js](https://raw.githubusercontent.com/rii-mango/Daikon/master/release/current/daikon-min.js)
Expand All @@ -103,11 +103,10 @@ npm test
```

### Building
See the [release folder](https://github.com/rii-mango/Daikon/tree/master/release) for the latest builds or build it yourself using:
```
npm run build
```
This will output daikon.js and daikon-min.js to build/.
This will output daikon.js and daikon-min.js to build/

### Acknowledgments
Daikon makes use of [JPEGLosslessDecoderJS](https://github.com/rii-mango/JPEGLosslessDecoderJS) for JPEG Lossless support as well as the following third-party libraries:
Expand Down

0 comments on commit 715739b

Please sign in to comment.