vishanurag / Canvas-Editor

This is a simple web project that is made with an aim to learn about canvas element of html. Now, this project is open to all of the amazing contributors.
https://vishanurag.github.io/Canvas-Editor/
MIT License
12 stars 24 forks source link

Add support for multiple text elements on canvas #26

Closed Sagar2006 closed 4 hours ago

Sagar2006 commented 10 hours ago

Description

Currently, the canvas only supports a single text element. To enhance the functionality and versatility of our text editor, we should implement support for multiple text elements on the canvas.

Proposed Changes

  1. Modify the data structure to store multiple text elements
  2. Update the rendering logic to display all text elements
  3. Add a new "Add Text" button to create additional text elements
  4. Modify the existing "Save" button to update the currently selected text element
  5. Implement a selection mechanism for choosing which text element to edit

Implementation Details

kindly assign this issue to me

vishanurag commented 10 hours ago

Sure! Assigning this issue to you.

Sagar2006 commented 9 hours ago

Kindly check the Pull request for this issue. Please comment with any suggestions or concerns about this proposed feature.

Sagar2006 commented 6 hours ago

Kindly check now and update if any changes needed