Commit fd60a3a Don McCurdy
committed
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# zstddec
2
2
3
+ [ ![ Latest NPM release] ( https://img.shields.io/npm/v/zstddec.svg )] ( https://www.npmjs.com/package/zstddec )
4
+ [ ![ Minzipped size] ( https://badgen.net/bundlephobia/minzip/zstddec )] ( https://bundlephobia.com/result?p=zstddec )
5
+ [ ![ Build Status] ( https://travis-ci.com/donmccurdy/zstddec.svg?branch=master )] ( https://travis-ci.com/donmccurdy/zstddec )
6
+
3
7
[ ZSTD (Zstandard)] ( https://github.com/facebook/zstd ) decoder for Web and Node.js, using WebAssembly.
4
8
5
9
## Installation
@@ -54,4 +58,4 @@ wrapper generated by Emscripten.
54
58
55
59
## License
56
60
57
- JavaScript wrapper is provided under the MIT License, and the WASM ZSTD decoder is provided under the BSD 3-Clause License.
61
+ JavaScript wrapper is provided under the MIT License, and the WASM ZSTD decoder is provided under the BSD 3-Clause License.
You can’t perform that action at this time.
0 commit comments