meme-generator icon indicating copy to clipboard operation
meme-generator copied to clipboard

Allow for dragging text elements

Open BingeCode opened this issue 1 year ago • 2 comments

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.

BingeCode avatar Mar 27 '24 10:03 BingeCode

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.

georapbox avatar Mar 30 '24 15:03 georapbox