Skip to content

uznam8x/html-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) );

Releases

No releases published

Packages

No packages published