feat: use source-sink design

This commit is contained in:
2026-08-20 16:10:07 +08:00
parent 9d0540ae65
commit 9f79c48c0e
13 changed files with 256 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Assemblicon transforms the traditional design workflow into a **compilation-like
- **Linker**: Python + Pillow (layering & alpha composition)
- **Binary Output**: Final `.png` / `.ico` / `.icns` icon sets
Instead of manually tweaking 100 artboards, you define reusable components once and **compile** them on-demand with different arguments—just like compiling a C program.
Instead of manually tweaking 100 artboards, you define reusable components once and **compile** them on-demand with different arguments just like compiling a C program.
## Features