1.0.3 • Published 8 years ago

nd-handlehtml v1.0.3

Weekly downloads
2
License
-
Repository
github
Last release
8 years ago

nd-handlehtml npm


handle HTML with encode and decode

Install

$ npm install nd-handlehtml --save

Usage

var handleHTML = require('nd-handlehtml');
// use handleHTML
// encode:
var encodeResult = handleHTML.encode(html);
console.log(encodeResult);
// decode:
var decodeResult = handleHTML.decode(encodeResult);
console.log(decodeResult);
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago