문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top