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