Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 170 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 170 Bytes

wasm-pack + web-sys + wasm-bindgen + image 实现一个简单的图片处理并进行前端预览的demo

运行

  • wasm-pack build
  • cd www && npm install && npm start