Skip to content

Commit b3dd6cb

Browse files
committed
Add readme badges
1 parent b235751 commit b3dd6cb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
This is a part of [Node3D](https://github.com/node-3d) project.
44

55
[![NPM](https://badge.fury.io/js/deps-freeimage-raub.svg)](https://badge.fury.io/js/deps-freeimage-raub)
6-
[![CodeFactor](https://www.codefactor.io/repository/github/node-3d/deps-freeimage-raub/badge)](https://www.codefactor.io/repository/github/node-3d/deps-freeimage-raub)
6+
[![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)
7+
[![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)
78

89
```
9-
npm i deps-freeimage-raub
10+
npm i -s deps-freeimage-raub
1011
```
1112

1213
This dependency package is distributing **FreeImage 3.18**
@@ -16,8 +17,6 @@ binaries through **NPM** for **Node.js** addons.
1617
* Library: FreeImage.
1718

1819

19-
## Usage
20-
2120
### JS Interface
2221

2322
See in [image-raub](https://github.com/node-3d/image-raub/blob/master/core.js) Node.js addon.

0 commit comments

Comments
 (0)