Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rii-mango committed May 13, 2023
1 parent 4267c6e commit 5ffff20
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 @@ -24,7 +24,7 @@ var output = decoder.decompress(buffer [, offset [, length]]);
```

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

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

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

### Acknowledgments
This decoder was originally written by Helmut Dersch for Java. I added support for selection values 2 through 7, contributed bug fixes and ported to JavaScript.

0 comments on commit 5ffff20

Please sign in to comment.