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+
110# image-js
211
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 )
716
817Image processing and manipulation in JavaScript.
918
1019## Installation
1120
12- ` $ npm i image-js `
21+ ``` console
22+ npm install image-js
23+ ```
24+
25+ ## API
1326
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 )
1530
1631## Development
1732
@@ -20,12 +35,3 @@ See [Development documentation](./Development.md).
2035## License
2136
2237[ 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