🎉 Deserialize shape data in wasm

This commit is contained in:
Belén Albeza 2024-12-09 14:30:03 +01:00
parent 22b01c63b5
commit 0bfcc1f854
6 changed files with 140 additions and 18 deletions

View file

@ -1,3 +1,4 @@
use skia_safe as skia;
pub type Rect = skia::Rect;
pub type Point = (f32, f32);