From 0d9a13e67725ec98df01adf6f05410c38d868042 Mon Sep 17 00:00:00 2001 From: Matsuuu Date: Fri, 29 May 2020 17:11:24 +0300 Subject: [PATCH] Add wrapper projects of various frameworks --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8b01ef1..10ffdac 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,12 @@ Hides the annotation if showing. This is not animated. #### remove() Unlinks the annotation from the element. + +## Wrappers + +Rough Notation has wrappers for multiple libraries and frameworks: + +- [React Rough Notation](https://github.com/linkstrifer/react-rough-notation) +- [Svelte Rough Notation](https://github.com/dimfeld/svelte-rough-notation) +- [Vue Rough Notation](https://github.com/Leecason/vue-rough-notation) +- [Web Component Rough Notation](https://github.com/Matsuuu/vanilla-rough-notation)