Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 223 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 223 Bytes

html-formatter

Install

npm i html-formatter

Usage

var formatter = require('html-formatter');
var html = '<!doctype><html><head></head><body></body></html>';
console.log( formatter.render(html) );