0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

Merge pull request #5347 from penpot/superalex-tada-improve-zoom-pan-render-wasm

🎉 Improve performace for zoom and pan with wasm render
This commit is contained in:
Aitor Moreno 2024-11-21 12:50:51 +01:00 committed by GitHub
commit 2f15844c32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
use skia_safe as skia;
pub type Image = skia::Image;