Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Customization Options for Text and Image Elements #4

Open
6 tasks
dabruhce opened this issue Apr 4, 2023 · 0 comments
Open
6 tasks

Add Customization Options for Text and Image Elements #4

dabruhce opened this issue Apr 4, 2023 · 0 comments

Comments

@dabruhce
Copy link
Owner

dabruhce commented Apr 4, 2023

Description

The current implementation of the application does not provide enough flexibility for users to customize text and image elements. This issue aims to add various customization options that will allow users to configure font, font size, color, position, spacing, padding, and margins for text and image placements. Additionally, users will be able to inline color changes and newline, and preview elements in a simple Electron editor. The issue will also add support for text animation and dropshadow effects.

TODOs:

  • Allow the configuration of font, font size, color, and position
  • Add method for users to inline color changes and newline
  • Provide better control of spacing, padding, and margins in text and image placements
  • Implement a preview feature in a simple electron editor
  • Add support for text animations
  • Implement text dropshadow effect; this code would probably work
ctx.shadowColor = #12312;
ctx.shadowBlur = 0;
ctx.shadowOffsetX = -2;
ctx.shadowOffsetY = 3;
ctx.fillText ...

Acceptance Criteria

Users can configure font, font size, color, and position for text and image elements
Users can inline color changes and newline with simple methods
Users have better control over spacing, padding, and margins in text and image placements
Users can preview elements in a simple Electron editor
Text animation is supported
Dropshadow effect is implemented using the provided code

Additional Information

Please feel free to ask questions or provide feedback on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant