File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- WebPXMux.js
2- ======
1+ # WebPXMux.js
32
43A 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
1211OR
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
308307git 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
313324This command generates the Makefile using CMake and builds the WebAssembly.
You can’t perform that action at this time.
0 commit comments