From b5948a6bf1efb6cd0985de9af778b4ffddc37321 Mon Sep 17 00:00:00 2001 From: Mathias Date: Wed, 24 Jul 2024 14:07:06 -0700 Subject: [PATCH] Add link to svelte wrapper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01dbe08d..fece5259 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ const ground = Chessground(document.body, config); - React: [react-chess/chessground](https://github.com/react-chess/chessground), [ruilisi/react-chessground](https://github.com/ruilisi/react-chessground) - Vue.js: [vitogit/vue-chessboard](https://github.com/vitogit/vue-chessboard), [qwerty084/vue3-chessboard](https://github.com/qwerty084/vue3-chessboard) - Angular: [topce/ngx-chessground](https://github.com/topce/ngx-chessground) -- Svelte: [gtim/svelte-chessground](https://github.com/gtim/svelte-chessground), [gtm-nayan/svelte-use-chessground](https://github.com/gtm-nayan/svelte-use-chessground) +- Svelte: [agelas/svelte-chessground-ui](https://github.com/agelas/svelte-chessground-ui), [gtim/svelte-chessground](https://github.com/gtim/svelte-chessground), [gtm-nayan/svelte-use-chessground](https://github.com/gtm-nayan/svelte-use-chessground) More? Please make a pull request to include it here.