A / 01
Logic once. Adapters only.
Conversion lives in the framework-free core. Lit owns the UI; React, Angular, and Vue simply translate their native APIs.
coreweb-coreyour app
A small, framework-friendly image converter that turns PNG, JPEG, WebP, GIF, and BMP files into production-ready assets—without an upload server.
pnpm add pixelshift-reactLive playground
This is the React wrapper running in the page. Choose a format, resize if needed, and download the result. Nothing is sent to a backend.
Designed as a library
Conversion lives in the framework-free core. Lit owns the UI; React, Angular, and Vue simply translate their native APIs.
Canvas encoding keeps conversion quick, private, and offline-ready.
Properties, methods, results, and events ship with TypeScript declarations.
Import once, then render a typed component in your React app.
import { ImageConverter } from "pixelshift-react";
<ImageConverter format="webp" multiple />Your images, your browser