1.0.1 • Published 11 months ago

html2puretext v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Known Vulnerabilities supported node versions license: MIT npm version npm

Getting started

Installation

This package can be installed using npm

npm install html2puretext

or, yarn

yarn add html2puretext

Usage

var h2p = require('html2puretext')

h2p('<p>Hello,\n   &amp; <em>my name is <a href="https://github.com/vijay75740/html2puretext">Vijay</a></em></p>')
// => "Hello, & my name is Vijay"

Disclaimer

This package uses html code convert to normal text.

Issues

If any issues are found, they can be reported here.

License

This project is licensed under the MIT license.

1.0.1

11 months ago

1.0.0

12 months ago