TextSplitter settings
Configures how text within the target HTML element should be split.
text.split(target, {
┌────────────────────────┐
│ lines: true, ├─ Settings
│ words: { │
│ wrap: 'clip', │
│ class: 'split-word', │
│ clone: true │
│ }, │
│ includeSpaces: true, │
│ debug: true, │
└────────────────────────┘
});
In this section