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