mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
🎉 Improve performace for zoom and pan with wasm render
This commit is contained in:
parent
bc7702e955
commit
e634d6d37a
1 changed files with 3 additions and 0 deletions
3
render-wasm/src/images.rs
Normal file
3
render-wasm/src/images.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
use skia_safe as skia;
|
||||
|
||||
pub type Image = skia::Image;
|
Loading…
Reference in a new issue