<image-editor>

A web component for cropping, rotating, filtering, resizing, and exporting images

Features

Quick Start

Installation

Install via npm:

npm install @profpowell/image-editor

Or include via CDN:

<script type="module" src="https://unpkg.com/@profpowell/image-editor"></script>

Basic Usage

<image-editor></image-editor>

With a Pre-loaded Image

<image-editor src="photo.jpg"></image-editor>

Dark Mode with JPEG Export

<image-editor mode="dark" format="jpeg" quality="0.85"></image-editor>

Related Components

Part of the ProfPowell vanilla web components suite: