<h3 align="center">
  <a href="https://www.zakodium.com">
    <img src="https://www.zakodium.com/brand/zakodium-logo-white.svg" width="50" alt="Zakodium logo" />
  </a>
  <p>
    Maintained by <a href="https://www.zakodium.com">Zakodium</a>
  </p>
</h3>

# image-js

[![NPM version](https://img.shields.io/npm/v/image-js.svg)](https://www.npmjs.com/package/image-js)
[![npm download](https://img.shields.io/npm/dm/image-js.svg)](https://www.npmjs.com/package/image-js)
[![test coverage](https://img.shields.io/codecov/c/github/image-js/image-js.svg)](https://codecov.io/gh/image-js/image-js)
[![license](https://img.shields.io/npm/l/image-js.svg)](https://github.com/image-js/image-js/blob/main/LICENSE)

Image processing and manipulation in JavaScript.

## Installation

```console
npm install image-js
```

## API

### [Complete API documentation](https://api.image-js.org/)

### [Usage docs and guides](https://docs.image-js.org/)

## Development

See [Development documentation](./Development.md).

## License

[MIT](./LICENSE)
