Ensure text.wrap property can accept word-char as value (#4028)

This commit is contained in:
Aaron Che
2024-03-17 16:15:03 +08:00
committed by GitHub
parent 88aee8a887
commit 8fbb1cd154
6 changed files with 11 additions and 11 deletions

View File

@@ -595,7 +595,7 @@ sharp({
rgba: true,
justify: true,
spacing: 10,
wrap: 'charWord',
wrap: 'word-char',
},
})
.png()