Skip to content

Commit

Permalink
Fix overzealous pruning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Howard-R20 committed Oct 13, 2023
1 parent 0994df1 commit 5e7ed04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const { drawText, getTextHeight, splitText } = window.canvasTxt
| `lineHeight` | `null` | Line height of the text, if set to null it tries to auto-detect the value |
| `justify` | `false` | Justify text if `true`, it will insert spaces between words when necessary. |
| `strokeWidth` | `1` | Stroke line width. |
| `strokeColor` | `black` | Stroke color. |

## Methods

Expand Down

0 comments on commit 5e7ed04

Please sign in to comment.