Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barrymun/image-ops

A browser-side image manipulation library
https://github.com/barrymun/image-ops

Last synced: 10 days ago
JSON representation

A browser-side image manipulation library

Awesome Lists containing this project

README

        

# Image-Ops

A browser-side image manipulation library. The "image-ops" package provides a collection of operations to easily manipulate images without needing a backend. Most of the image manipulation is achieved by utilising the HTML canvas API.

[![NPM](https://img.shields.io/npm/v/image-ops.svg)](https://www.npmjs.com/package/image-ops)

## Installation

To install via yarn:

```bash
yarn add image-ops
```

## Usage

Here's a basic example of how to use "image-ops":

```javascript
import { ... } from "image-ops";
```

## License

This project is licensed under the MIT License. You can find detailed information in the [LICENSE](./LICENSE) file located in the root directory.