diff --git a/README.md b/README.md index c5ca43c..8b8858b 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ This is a part of [Node3D](https://github.com/node-3d) project. [![NPM](https://badge.fury.io/js/deps-freeimage-raub.svg)](https://badge.fury.io/js/deps-freeimage-raub) -[![CodeFactor](https://www.codefactor.io/repository/github/node-3d/deps-freeimage-raub/badge)](https://www.codefactor.io/repository/github/node-3d/deps-freeimage-raub) +[![ESLint](https://github.com/node-3d/deps-freeimage-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/node-3d/deps-freeimage-raub/actions/workflows/eslint.yml) +[![Test](https://github.com/node-3d/deps-freeimage-raub/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/deps-freeimage-raub/actions/workflows/test.yml) ``` -npm i deps-freeimage-raub +npm i -s deps-freeimage-raub ``` This dependency package is distributing **FreeImage 3.18** @@ -16,8 +17,6 @@ binaries through **NPM** for **Node.js** addons. * Library: FreeImage. -## Usage - ### JS Interface See in [image-raub](https://github.com/node-3d/image-raub/blob/master/core.js) Node.js addon.