jstransformer-html-beautify
v0.0.1
Published
HTML Beautifier support for JSTransformers.
Downloads
17
Keywords
Readme
jstransformer-html-beautify
JS Beautifier HTML support for JSTransformers.
Installation
npm install jstransformer-html-beautifyAPI
var beautify = require('jstransformer')(require('jstransformer-html-beautify'))
beautify.render('<strong > Hello World! </strong >').body
//=> '<strong>Hello World!</strong>'License
MIT
