Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/barrymun/image-ops
- Owner: barrymun
- License: mit
- Created: 2023-09-12T20:38:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T20:34:58.000Z (about 1 year ago)
- Last Synced: 2024-12-07T01:36:13.225Z (30 days ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/image-ops
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.