mirror of
https://github.com/penpot/penpot.git
synced 2025-06-16 21:31:39 +02:00
🎉 Render plain text
* 🎉 Serialize text content (wasm) * ♻️ Refactor functions in main to wasm module * 🎉 Stub rendering of paragraph text (wasm) * 📎 Clean up commented code
This commit is contained in:
parent
9e5de82967
commit
aa468e2153
9 changed files with 256 additions and 9 deletions
1
render-wasm/src/wasm.rs
Normal file
1
render-wasm/src/wasm.rs
Normal file
|
@ -0,0 +1 @@
|
|||
pub mod text;
|
Loading…
Add table
Add a link
Reference in a new issue