alerta-wizard-editor
v2.0.4
Published
A powerful, embeddable AI-powered image, video, audio, text & slides content editor built with React, Fabric.js, Web Audio and TipTap
Maintainers
Readme
Kaiman AI Editor
Embeddable AI-powered image & video content editor built with React and Fabric.js. Drop a full-featured design studio into any React application.
Features
- Canvas editor — drag, drop, resize, rotate, group, lock objects
- Image editing — filters, crop, brightness, contrast, saturation, curves, LUT
- Text tools — rich typography, 3D text, text-to-path conversion
- AI tools — generative fill, remove background, text-to-image, magic eraser, design copilot
- Charts & QR — bar, line, pie charts; QR codes; barcodes
- Video editor — timeline, transitions, effects, subtitles
- Frames & shapes — 20+ frame types, custom shapes, boolean operations
- Export — PNG, JPG, SVG, PDF, PPTX with bleed and crop marks
- Brand Kit — saved palettes, color harmony generator
- Version history — undo/redo with persistent history
Installation
npm install alerta-wizard-editorPeer dependencies required:
npm install react react-dom
Usage
import { Editor } from 'alerta-wizard-editor';
import 'alerta-wizard-editor/dist/wizard-editor.css';
function MyApp() {
return (
<div style={{ width: '100vw', height: '100vh' }}>
<Editor />
</div>
);
}Legacy alias:
WizardEditoris still exported for compatibility.
License
Proprietary — Alerta / Kaiman.
