From fc04f502431d6ad4dd79d2a32dec04947fced853 Mon Sep 17 00:00:00 2001 From: Nail Date: Fri, 1 Sep 2023 10:11:38 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 217c1c2..91c7ea9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ The iShape-js is a WebAssembly library compiled from a Rust library for handling ## [Demo](https://ishape-rust.github.io/iShape-js/demo/stars_demo.html) Try out iShape with an interactive demo. The demo covers operations like union, intersection, and difference. -[Demo](https://ishape-rust.github.io/iShape-js/demo/stars_demo.html) + +- [Stars Rotation](https://ishape-rust.github.io/iShape-js/demo/stars_demo.html) +- [Shapes Editor](https://ishape-rust.github.io/iShape-js/demo/editor_demo.html) ## Features