novel-text
TypeScript icon, indicating that this package has built-in type declarations

1.1.45 • Public • Published

novel-text

node-novel core module

npm install novel-text

demo

import novelText from 'novel-text';

let new_text = novelText.toStr(text);

new_text = novelText.textlayout(new_text, options);
new_text = novelText.replace(new_text, {
	words: true,
});
new_text = novelText.trim(new_text);

/novel-text/

    Package Sidebar

    Install

    npm i novel-text

    Weekly Downloads

    6

    Version

    1.1.45

    License

    ISC

    Unpacked Size

    55.9 kB

    Total Files

    12

    Last publish

    Collaborators

    • bluelovers