()
| 88 | } |
| 89 | |
| 90 | function defaultDesign(): ExtractedDesign { |
| 91 | return { |
| 92 | colors: [], |
| 93 | typography: [], |
| 94 | spacing: [], |
| 95 | layout: [], |
| 96 | mood: "Unable to extract design language", |
| 97 | }; |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Write or update DESIGN.md with extracted design patterns. |
no outgoing calls
no test coverage detected