georapbox / meme-generator

A Progressive Web App (PWA) for creating memes.
https://georapbox.github.io/meme-generator/
MIT License
62 stars 22 forks source link

Allow for dragging text elements #27

Open BingeCode opened 7 months ago

BingeCode commented 7 months ago

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 commented 7 months ago

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 commented 1 day ago

35 would implement this