From 0312d99570c926eb712293b48407ca4554b04cc9 Mon Sep 17 00:00:00 2001 From: Josua Krause Date: Sun, 21 Jan 2024 00:50:59 -0500 Subject: [PATCH] add info in readme --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 03ab6d8..24f42c2 100644 --- a/readme.md +++ b/readme.md @@ -3,10 +3,16 @@ BubbleSets for JavaScript A JavaScript implementation of [Christopher Collins' bubble sets](https://innovis.cpsc.ucalgary.ca/Research/BubbleSets) without the use of external libraries. -You can fin [a Java implementation here](https://github.com/JosuaKrause/Bubble-Sets). +You can find [a Java implementation here](https://github.com/JosuaKrause/Bubble-Sets). [![Bubble Sets in action!](teaser.png)](https://bubblesets-js.josuakrause.com/) +Additional Features: + +- Shape simplifying transformations +- Full TypeScript types +- Sparse potential area computation + Usage: ```shell