Skip to content

bhavyakaria/graphics-editor

Repository files navigation

Paint Application

Was asked to do a quick POC for creating a graphics editor which would mask Aadhaar card numbers for a fintech startup.

What does it do?

It’s a paint application that allows users to edit an image like drawing over an image, adding text and much more.

How does it work?

The tech stack used here is Angular as the framework and have used canvas API provided by browser to load image and modify it.

Features

  • Brush - For freehand drawing
  • Eraser - For deleting your mistakes
  • Line - For people who love precision
  • Undo/Redo - For giving people another chance

Build commands

  1. Run npm install
  2. Run ng serve -o for a dev server. Navigate to http://localhost:4200/paint.

Screenshots

Application

Brush

Line

Resources

Line Tool - StackOverflow

About

Created a graphics editor in Angular 6.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published