A powerful 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.
To install via yarn:
yarn add image-ops
Here's a basic example of how to use "image-ops":
import { ... } from "image-ops";
This project is licensed under the MIT License. You can find detailed information in the LICENSE file located in the root directory.