rustq / vue-skia

Skia based 2d graphics vue rendering library. It is based on Rust to implement software rasterization to perform rendering. 基于 Skia 的 2D 图形 Vue 渲染库 —— 使用 Rust 语言实现纯软件光栅化
https://vue-skia.netlify.app
MIT License
283 stars 12 forks source link

[Feature Request] support v-blur #24

Open faga295 opened 11 months ago

faga295 commented 11 months ago

like https://shopify.github.io/react-native-skia/docs/image-filters/blur/

meloalright commented 4 months ago

:blur :grayscale :brighten :invert will be support in v-image!

https://github.com/rustq/vue-skia/pull/29