Skip to content

Commit 697adb3

Browse files
committed
indent property details
1 parent 7e8f746 commit 697adb3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,19 @@ myBox.getPath();
8080
<br>
8181

8282
- **`size`:** The size of the box, in pixels
83-
- Type: `array`
84-
- Required: `true`
85-
- **`position`:** The position of the box in the composition
86-
- Type: `array`
87-
- Required: `true`
83+
- Type: `array`
84+
- Required: `true`
85+
- **`position`:** The position of the box in the composition
86+
- Type: `array`
87+
- Required: `true`
8888
- **`anchor`:** The anchor point that will be at the given `position`
89-
- Type: `string`
90-
- Options: `topLeft, topRight, bottomLeft, bottomRight, center`
91-
- Required: `true`
89+
- Type: `string`
90+
- Options: `topLeft, topRight, bottomLeft, bottomRight, center`
91+
- Required: `true`
9292
- **`isClosed`:** Whether the path is closed
93-
- Type: `boolean`
94-
- Required: `false`
95-
- Default: `true`
93+
- Type: `boolean`
94+
- Required: `false`
95+
- Default: `true`
9696
</details>
9797
<br>
9898

0 commit comments

Comments
 (0)