Question

looking for a browser based tool (sorta like WYSIWYG editor) but which allows the user to overlay text on a photo. It should be supported croww browser and I been searching github but coming up short.

Was it helpful?

Solution

You can try this:

https://github.com/adityab/memecached

it's written in Javascript, which is obviously good (because you can put it in the browser easily, that's what it's intended for), and uses mongodb (which I think would probably scale well in your case, since you wouldn't need complex operations on the database really). Downside is that it relies on Dropbox, so you might have to change that unless you like that feature.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top