From 586f94cf1fc5112ea385ca146175dad14e55c433 Mon Sep 17 00:00:00 2001 From: Pecos7 Date: Sat, 15 Feb 2025 16:52:28 -0600 Subject: [PATCH 1/2] Update Kiwi README.md logo to full color --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41b7a4e..c58b225 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LUME Kiwi +![Image](https://github.com/user-attachments/assets/5a13b45f-4809-4f59-bb6d-b32bab45f78e) LUME Kiwi is a fast TypeScript implementation of the [Cassowary constraint solving algorithm](), based on the seminal Cassowary paper. Originally created by From cefa759f60e1312a2027d24a0581b6a72d633822 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Mon, 19 May 2025 22:41:14 -0700 Subject: [PATCH 2/2] README: restore header title --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c58b225..67743ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ + ![Image](https://github.com/user-attachments/assets/5a13b45f-4809-4f59-bb6d-b32bab45f78e) +# LUME Kiwi + LUME Kiwi is a fast TypeScript implementation of the [Cassowary constraint solving algorithm](), based on the seminal Cassowary paper. Originally created by Chris Colbert, it was redesigned from the ground up to be lightweight, fast and