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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ var decoder = new jpeg.lossless.Decoder(compressedBytes); // optional second pa
15
15
var decompressedData =decoder.decode();
16
16
```
17
17
18
-
###Acknowledgments
19
-
This library was originally written by Helmut Dersch for Java, later released by JNode. I added support for selection values 2 to 7 and ported to JavaScript.
20
-
21
18
###Building
22
19
```shell
23
20
./build.sh # normal build
24
21
./build-min.sh # minimized build
25
22
```
23
+
24
+
###Acknowledgments
25
+
This library was originally written by Helmut Dersch for Java, later released by JNode. I added support for selection values 2 to 7 and ported to JavaScript.
0 commit comments