UNPKG

htmlyer

Version:
31 lines (24 loc) 563 B
htmlyer ====== [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][npm-url] [![NPM License][license-image]][npm-url] Html encoders # Install ``` npm install htmlyer --save ``` # Usage ```javascript const { htmlEncode, jsEncode, urlEncode, jsonStringify, input2html, } = require('htmlyer'); ``` [npm-image]: https://img.shields.io/npm/v/htmlyer.svg [downloads-image]: https://img.shields.io/npm/dm/htmlyer.svg [npm-url]: https://www.npmjs.org/package/htmlyer [license-image]: https://img.shields.io/npm/l/htmlyer.svg