2.0.24 • Published 10 months ago
@node-novel/layout v2.0.24
README
node-novel core module
yarn add @node-novel/layout
demo
import textLayout from '@node-novel/layout';
let old_text = '';
let options: ITextLayoutOptions = {
allow_lf2: false,
allow_lf3: false,
};
let new_text = textLayout.textlayout(old_text, options);
new_text = textLayout.replace(new_text, {
words: true,
});
2.0.24
10 months ago
2.0.23
10 months ago
2.0.20
2 years ago
2.0.19
3 years ago
2.0.17
3 years ago
2.0.15
4 years ago
2.0.14
4 years ago
2.0.13
4 years ago
2.0.11
4 years ago
2.0.9
4 years ago
2.0.8
4 years ago
2.0.7
4 years ago
2.0.5
5 years ago
2.0.4
5 years ago
2.0.3
5 years ago
2.0.2
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago