Webster Image Editor is a web-based application built using the HTML canvas element. It provides a versatile platform for creating and editing images by utilizing layers. Each figure, image, textbox, or drawing is treated as a separate layer, which can be manipulated individually or collectively. All layers are successively applied to a canvas, resulting in a final composition.
- Create compositions with custom sizes to suit your requirements.
- Upload images from your device or choose from our selection of presets.
- Add text to images with options to customize style, color, alignment, and position.
- Draw simple figures such as squares, circles, regular polygons, and stars.
- Rotate and scale layers and the entire composition.
- Apply various filters to enhance or modify the appearance of the image.
- Sort layers by moving them up or down in the layer stack.
- Delete unnecessary layers to refine your composition.
To start using Webster Image Editor, follow these steps:
- Navigate to the
server
folder of the project in your terminal or command prompt. - Run the command
npx knex migrate:latest
to set up the necessary database migrations. - Open two separate terminals or command prompt windows.
- In one terminal, navigate to the
/server
directory of the project. - In the other terminal, navigate to the
/client
directory of the project. - Run the command
npm start
in both terminals to start the server and the client-side application. - Webster Image Editor should now be accessible through your web browser.
We appreciate your feedback and suggestions for improving Webster Image Editor. If you encounter any issues or have ideas for new features, please feel free to open an issue in the project repository on GitHub.
If you would like to contribute to the development of Webster Image Editor, please refer to the contribution guidelines provided in the repository.
Webster Image Editor is open source and released under the MIT License. Feel free to modify and distribute the application in accordance with the terms of the license.
We would like to thank all the contributors and the open-source community for their valuable contributions and support in making Webster Image Editor possible.