@cpp.js/package-zlib 1.0.0-beta.22 → 1.0.0-beta.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<a href="https://www.npmjs.com/package/@cpp.js/package-zlib">
|
|
5
5
|
<img alt="NPM version" src="https://img.shields.io/npm/v/@cpp.js/package-zlib?style=for-the-badge" />
|
|
6
6
|
</a>
|
|
7
|
-
<a href="https://
|
|
8
|
-
<img alt="License" src="https://img.shields.io/
|
|
7
|
+
<a href="https://zlib.net/zlib_license.html">
|
|
8
|
+
<img alt="License" src="https://img.shields.io/npm/l/%40cpp.js%2Fpackage-zlib?style=for-the-badge" />
|
|
9
9
|
</a>
|
|
10
10
|
|
|
11
11
|
## Integration
|
|
@@ -30,7 +30,7 @@ export default {
|
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
## Usage
|
|
33
|
-
Below are the steps to use the
|
|
33
|
+
Below are the steps to use the zlib in your C++ or JavaScript code.
|
|
34
34
|
|
|
35
35
|
### Usage in C++ Code
|
|
36
36
|
```diff
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cpp.js/package-zlib",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.24",
|
|
4
4
|
"nativeVersion": "1.3.1",
|
|
5
5
|
"description": "This package provides the precompiled zlib library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It offers compression and decompression functionalities through the zlib API, ensuring high performance and cross-platform compatibility. Ideal for use in web and mobile applications.",
|
|
6
6
|
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-zlib#readme",
|