DDoc.js icon indicating copy to clipboard operation
DDoc.js copied to clipboard

通过URL直接插入图片

Open DistChen opened this issue 9 years ago • 0 comments

目前添加图片需要有图片的base64编码数据,还不能通过url来添加。纯前端无法通过url获取到图片的base64编码(利用Canvas会存在跨域的问题),可以自己写个后台来取base64编码。

DistChen avatar Sep 11 '16 06:09 DistChen