npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jstransformer-html-beautify

0.0.1

@robloach

npmHomeRepoSnykSocket
Downloads:16
$ npm install jstransformer-html-beautify
DailyWeeklyMonthlyYearly

jstransformer-html-beautify

JS Beautifier HTML support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-html-beautify

API

var beautify = require('jstransformer')(require('jstransformer-html-beautify'))

beautify.render('<strong > Hello World! </strong  >').body
//=> '<strong>Hello World!</strong>'

License

MIT