From a5fdbd111c219c01951c621c99308433da85490f Mon Sep 17 00:00:00 2001 From: Andreas Herd Date: Sun, 24 Mar 2024 14:04:31 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 010f42e..fa031e6 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,6 @@ export type Config = { randomizeThreshold: number // when to switch to random tree layout strategy } ``` + +## 2024 update +I have found a nice way to balance gaps and sizes, so there is now a new strategy for finding a good looking solution. Additionally for image sets smaller than 10 we can compute all possible solutions since it's rather fast to do. \ No newline at end of file