converthtmltotext
v1.15.10
Published
Convert HTML strings to plaintext
Downloads
1
Readme
ConvertHtmlToText
Convert HTML strings to plaintext
Install
npm install converthtmltotext
Usage
var htmltotext = require('converthtmltotext');
var plaintext = converthtmltotext('<h1>Hello world!</h1>')
License
ISC