mirror of
https://github.com/slidevjs/rough-notation.git
synced 2026-01-14 17:44:21 +01:00
Update README.md (#42)
This commit is contained in:
10
README.md
10
README.md
@@ -76,12 +76,12 @@ When you create an annotation object, you pass in a config. The config only has
|
||||
#### type
|
||||
This is a mandatory field. It sets the annotation style. Following are the list of supported annotation types:
|
||||
|
||||
* __underline__: Create a sketchy underline below an element.
|
||||
* __underline__: This style creates a sketchy underline below an element.
|
||||
* __box__: This style draws a box around the element.
|
||||
* __circle__: Draw a circle around the element.
|
||||
* __highlight__: Creates a highlight effect as if maked by a highlighter.
|
||||
* __strike-through__: This style draws a box around the element.
|
||||
* __crossed-off__: This style draws a box around the element.
|
||||
* __circle__: This style draws a circle around the element.
|
||||
* __highlight__: This style creates a highlight effect as if masked by a highlighter.
|
||||
* __strike-through__: This style draws horizontal lines through the element.
|
||||
* __crossed-off__: This style draws an 'X' across the element.
|
||||
|
||||
#### animate
|
||||
Boolean property to turn on/off animation when annotating. Default value is `true`.
|
||||
|
||||
Reference in New Issue
Block a user