punktde/neos-hyphenation
composer require punktde/neos-hyphenation
Neos Eel Helper package for hyphenating Text
1.2.0
Readme excerpt
Neos Package for hyphenating text outputThis package is licensed under the MIT license, please view the LICENSE file.
Since automatic hyphenation support by browsers can be described as inconsistent at best and might lead to techincally correct but ugly results, this package provides an Eel helper, which can hyphenate text with soft-hyphens (&:shy;) in a consistent and configurable manner.
The Eel helper calls a node.js CLI app, which uses the Hypher node module and hyphenation pattern files to do the initial hyphenation.
Once a word is hyphenated, the result is cached and the word will be served from the cache instead of calling the node.js app every time it occurs…
Read more
The same vendor provides 33 package(s).