mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 00:26:38 +02:00
🎉 Deserialize shape data in wasm
This commit is contained in:
parent
22b01c63b5
commit
0bfcc1f854
6 changed files with 140 additions and 18 deletions
|
@ -1,3 +1,4 @@
|
|||
use skia_safe as skia;
|
||||
|
||||
pub type Rect = skia::Rect;
|
||||
pub type Point = (f32, f32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue