1
+ <h3 align =" center " >
2
+ <a href =" https://www.zakodium.com " >
3
+ <img src="https://www.zakodium.com/brand/zakodium-logo-white.svg" width="50" alt="Zakodium logo" />
4
+ </a >
5
+ <p >
6
+ Maintained by <a href="https://www.zakodium.com">Zakodium</a>
7
+ </p >
8
+ </h3 >
9
+
1
10
# image-js
2
11
3
- [ ![ NPM version] [ npm- image ]] [ npm-url ]
4
- [ ![ build status ] [ ci- image]] [ ci-url ]
5
- [ ![ Test coverage] [ codecov- image ]] [ codecov-url ]
6
- [ ![ npm download ] [ download- image]] [ download-url ]
12
+ [ ![ NPM version] ( https://img.shields.io/ npm/v/ image-js.svg )] ( https://www.npmjs.com/package/image-js )
13
+ [ ![ npm download ] ( https://img.shields.io/npm/dm/ image-js.svg )] ( https://www.npmjs.com/package/image-js )
14
+ [ ![ test coverage] ( https://img.shields.io/ codecov/c/github/image-js-typescript/ image-js-typescript.svg )] ( https:// codecov.io/gh/image-js/image-js-typescript )
15
+ [ ![ license ] ( https://img.shields.io/ npm/l/image-js.svg )] ( https://github.com/image-js/ image-js-typescript/blob/main/LICENSE )
7
16
8
17
Image processing and manipulation in JavaScript.
9
18
10
19
## Installation
11
20
12
- ` $ npm i image-js `
21
+ ``` console
22
+ npm install image-js
23
+ ```
24
+
25
+ ## API
13
26
14
- ## [ API] ( https://image-js.github.io/image-js-typescript/ )
27
+ ### [ Complete API documentation] ( https://image-js.github.io/image-js-typescript/ )
28
+
29
+ ### [ Usage docs and guides] ( https://image-js-docs.pages.dev/docs/Getting%20started )
15
30
16
31
## Development
17
32
@@ -20,12 +35,3 @@ See [Development documentation](./Development.md).
20
35
## License
21
36
22
37
[ MIT] ( ./LICENSE )
23
-
24
- [ npm-image ] : https://img.shields.io/npm/v/image-js.svg
25
- [ npm-url ] : https://www.npmjs.com/package/image-js
26
- [ ci-image ] : https://github.com/image-js/image-js-typescript/actions/workflows/nodejs.yml/badge.svg
27
- [ ci-url ] : https://github.com/image-js/image-js-typescript/actions/workflows/nodejs.yml
28
- [ codecov-image ] : https://img.shields.io/codecov/c/github/image-js/image-js-typescript.svg
29
- [ codecov-url ] : https://codecov.io/gh/image-js/image-js-typescript
30
- [ download-image ] : https://img.shields.io/npm/dm/image-js.svg
31
- [ download-url ] : https://www.npmjs.com/package/image-js
0 commit comments