@auliaafriza/photo-editor
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Photo Editor

Congrats! You just found library for react editor image

npm install @auliaafriza/photo-editor # or yarn add @auliaafriza/photo-editor

Example

Example usage

'use client';
import { PhotoEditor } from '@auliaafriza/photo-editor';

export default function HomePage() {
  return (
    <main className='bg-transparent'>
      <h1>Photo Editor</h1>
      <PhotoEditor />
    </main>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i @auliaafriza/photo-editor

Weekly Downloads

153

Version

1.1.0

License

MIT

Unpacked Size

66.3 kB

Total Files

12

Last publish

Collaborators

  • auliaafriza