JS/jQuery Image Editor

前端 未结 4 1121
春和景丽
春和景丽 2020-12-31 12:09

has anyone stumbled upon image editor done either in pure JS, or jQuery - that kind like CKEditor has?

I\'m looking for piece of code, that adds handles to image, so

4条回答
  •  独厮守ぢ
    2020-12-31 13:02

    The way editors such as tinyMCE and CKEditor do it is like this

    gimme html

    It's a browser thing not a JS thing. Of course placing the image in the div and making the div contentEditable is done with JS but the resizing handles you are talking about are generated by the browser.
    Note I haven't tested this in anything other than firefox

提交回复
热议问题