/astra-image

Astra Image is an open-source web app providing user-friendly image editing tools, with all processing occurring client-side for optimal privacy and security.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Astra Image

Astra Image is an open-source web app providing user-friendly image editing tools, with all processing occurring client-side for optimal privacy and security.

Astra Image Preview

Introduction

Astra Image is a open-source web application that offers an array of user-friendly image editing and processing tools. By performing all image processing tasks on the client-side, Astra Image ensures the utmost privacy and security for user data, eliminating privacy concerns.

Getting Started

To get started with Astra Image, you'll first need to clone the repository:

git clone https://github.com/AstraSurge/astra-image.git
cd astra-image

Next, install the project's dependencies using Yarn:

yarn install

Development

To start the development server, run the following command:

yarn dev

This will start the development server on http://localhost:3000. You can now access the app in your browser and begin making changes to the code.

License

Astra Image is licensed under the GNU General Public License v3.0 (GPL-3). This license allows you to use, modify, and distribute the code, provided that any changes or derived works are also released under the GPL-3 license. For more details on the terms and conditions of the GPL-3 license, please refer to the LICENSE file in the repository.