From 6d14bdb4bd23a5c855ec60b39edfe65922ef6445 Mon Sep 17 00:00:00 2001 From: RII-Mango Date: Mon, 22 Jan 2024 12:02:21 -0600 Subject: [PATCH] Adding acknowledgment for @jens-ox --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2acb17b..8bcbe4d 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,5 @@ 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. + +Also thanks to [@jens-ox](https://github.com/jens-ox) for modernizing this package to TypeScript.