This is a React web application using PixiJS to create a basic image editor. The editor can load an image and contains several different tools and mechanics to view and adjust the content.
To check out a demo of the latest main branch click here.
To get started with this template, follow these steps:
- Clone the repository to your local machine.
- Enable
corepack
by runningcorepack enable
. - Install the dependencies by running
pnpm i
in the project directory. - Start Storybook by running
pnpm storybook
.
Contributions are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. If you would like to contribute code, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.