mirror of
https://github.com/slidevjs/rough-notation.git
synced 2026-01-14 17:44:21 +01:00
Update README.md
This commit is contained in:
@@ -60,6 +60,13 @@ const ag = annotationGroup([a3, a1, a2]);
|
|||||||
ag.show();
|
ag.show();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Live examples
|
||||||
|
I have created some basic examples on Glitch for you to play with.
|
||||||
|
|
||||||
|
[Basic demo](https://glitch.com/~basic-rough-notation)
|
||||||
|
|
||||||
|
[Annotation group demo](https://glitch.com/~annotation-group)
|
||||||
|
|
||||||
## Configuring the Annotation
|
## Configuring the Annotation
|
||||||
|
|
||||||
When you create an annotation object, you pass in a config. The config only has one mandatory field, which is the `type` of the annotation. But you can configure the annotation in many ways.
|
When you create an annotation object, you pass in a config. The config only has one mandatory field, which is the `type` of the annotation. But you can configure the annotation in many ways.
|
||||||
|
|||||||
Reference in New Issue
Block a user