@jswork/next-html2text
v1.0.1
Published
Strip html to text for next.
Downloads
7
Readme
next-html2text
Strip html to text for next.
installation
npm install -S @jswork/next-html2text
usage
import '@jswork/next-html2text';
nx.html2text("<p>we'd|better|not.|I|don't|want|to|miss|the|train|.</p>")
// we'd|better|not.|I|don't|want|to|miss|the|train|.
license
Code released under the MIT license.