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

Allow for dragging text elements #27

Open
BingeCode opened this issue Mar 27, 2024 · 2 comments
Open

Allow for dragging text elements #27

BingeCode opened this issue Mar 27, 2024 · 2 comments

Comments

@BingeCode
Copy link

First off: Fantastic PWA! I can see myself using it quite frequently.

Would it be possible to add a drag feature for text elements? It's quite cumbersome to shift text via the input controls/fields.

Additionally, some templates have pre-defined areas for text (like the drake meme) that could be used as an insertion point.

@georapbox
Copy link
Owner

Hello and thanks for the kind words.

Moving text by dragging is a feature I have started experimenting with. It's not the easiest thing though, as the whole thing is a canvas element where I draw texts and there's no easy way to detect when the user is trying to drag a specific text. However, I'm actively researching and experimenting with ways to implement this feature seamlessly into the app's interface.

Hopefully, I will be able to find some time to work on more features like these in the future.

@ohaeusler
Copy link

#35 would implement this

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

3 participants