You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This section outlines the steps that should be taken to format the generated Doc
20
20
---
21
21
```
22
22
23
-
3. The API signatures generated in `classes`, `enumerations`, `interfaces`, `namespaces`, and `type-aliases` is indented. In these directories, find and replace all occurrences of `>` + space with `•` + space.
23
+
3. The API signatures generated in `classes`, `enumerations`, `interfaces`, `namespaces`, and `type-aliases` is indented. In these directories, find and replace all occurrences of `newline + > + space` with `newline + • + space`, ensuring no code example or closing tag is replaced.
24
24
25
25
4. Find and replace all \`mat2d\` --> \[\`mat2d\`\]\(https://glmatrix.net/docs/module-mat2d.html\)
Returns a read-only list of all children of the node. General-purpose content containers such as ArtboardNode or
25
25
GroupNode also provide a mutable [ContainerNode.children](../interfaces/ContainerNode.md#children) list. Other nodes with a more specific structure can
@@ -36,7 +36,7 @@ The children of an Artboard are always other Node classes (never the more minima
36
36
37
37
### boundsLocal
38
38
39
-
•`get`**boundsLocal**(): `Readonly`<`Rect`\>
39
+
▸`get`**boundsLocal**(): `Readonly`<`Rect`\>
40
40
41
41
The bounding box of the node, expressed in the node's local coordinate space (which may be shifted or rotated
42
42
relative to its parent). Generally matches the selection outline seen in the UI, encompassing the vector path
@@ -53,7 +53,7 @@ _not_ necessarily (0,0) – this is especially true for Text and Path nodes.
Returns a read-only list of all children of the node. General-purpose content containers such as ArtboardNode or
23
23
GroupNode also provide a mutable [ContainerNode.children](../interfaces/ContainerNode.md#children) list. Other nodes with a more specific structure can
@@ -35,7 +35,7 @@ to guarantee all their children are full-fledged Node instances.
35
35
36
36
### id
37
37
38
-
•`get`**id**(): `string`
38
+
▸`get`**id**(): `string`
39
39
40
40
A unique identifier for this node that stays the same when the file is closed & reopened, or if the node is
41
41
moved to a different part of the document.
@@ -48,7 +48,7 @@ moved to a different part of the document.
0 commit comments