Signify is an application built with Angular and Fabric.js that allows users to create, edit, and download custom signs.
- Drawing: Users can draw freehand on the canvas using various brush sizes and colors.
- Editing: The application supports undo and redo functionality for editing the sign.
- Eraser: Users can switch to an eraser mode to erase parts of the sign.
- Clear Canvas: Users can clear the canvas to start afresh.
- Background Color: Users can choose the background color of the canvas.
- Download: Once satisfied with the sign, users can download it as an image (PNG).
- Angular: Angular is a popular TypeScript-based web application framework used for building single-page applications.
- Fabric.js: Fabric.js is a powerful and easy-to-use JavaScript canvas library that provides an interactive object model for working with canvas elements.