Skip to content

Commit 9c828eb

Browse files
committed
Updated the readme
1 parent c71cfad commit 9c828eb

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
WebPXMux.js
2-
======
1+
# WebPXMux.js
32

43
A JavaScript library for muxing and demuxing animated WebP images and encoding and decoding WebP images.
54

65
## Installation
76

87
```bash
9-
npm i --save webpxmux
8+
yarn add webpxmux
109
```
1110

1211
OR
1312

1413
```bash
15-
yarn add webpxmux
14+
npm i --save webpxmux
1615
```
1716

1817
## Examples
@@ -308,6 +307,18 @@ Please refer to the [official installation instructions](https://cmake.org/insta
308307
git clone --recurse-submodules https://github.com/SumiMakito/webpxmux.js.git
309308
```
310309

310+
### Install dependencies
311+
312+
```bash
313+
yarn
314+
```
315+
316+
OR
317+
318+
```bash
319+
npm i
320+
```
321+
311322
### Build WebAssembly
312323

313324
This command generates the Makefile using CMake and builds the WebAssembly.

0 commit comments

Comments
 (0)