一个使用rust为konva添加图片滤镜的例子。 例子采用react框架编写。
- 您需要先安装rust https://www.rust-lang.org/
- 您需要先安装wasm-pack https://rustwasm.github.io/wasm-pack/installer/
- 您需要先安装nodejs https://nodejs.org/en/
- 您需要先安装yarn https://yarnpkg.com/
- 您需要先安装rsw
cargo install rsw
- 执行yarn安装依赖
- 执行yarn rsw build编译rust代码
- yarn dev 运行项目
- konva https://konvajs.org/
- rsw https://github.com/rwasm/vite-plugin-rsw
- Image https://github.com/image-rs/image
- imageproc https://github.com/image-rs/imageproc
- browser-fs-access https://github.com/GoogleChromeLabs/browser-fs-access