Update README.md

This commit is contained in:
Preet
2020-06-16 00:34:26 -07:00
committed by GitHub
parent bd22564a77
commit 79ea2f95ac

View File

@@ -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.