0
Fork 0
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:
Alejandro Alonso 2024-11-19 08:58:35 +01:00
parent bc7702e955
commit e634d6d37a

View file

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