Pure Javascript image handling library (in binary form, not through DOM)

后端 未结 4 1351
Happy的楠姐
Happy的楠姐 2021-01-07 01:32

Since File API will enable access to the content of local files it is now possible to do image resize before upload (a fairly common task) without any additional te

4条回答
  •  佛祖请我去吃肉
    2021-01-07 02:17

    Even if you do find something that understands images in pure javascript, you would still need the DOM to render it, making it incredibly slow.

提交回复
热议问题