♻️ Extract wasm-functions for fills and strokes out of main.rs

This commit is contained in:
Belén Albeza 2025-04-15 12:43:25 +02:00
parent 64a2a08d24
commit f500a00d04
4 changed files with 159 additions and 143 deletions

View file

@ -1,2 +1,4 @@
pub mod fills;
pub mod fonts;
pub mod strokes;
pub mod text;