sa-html-minifier
v0.0.2
Published
## Usage
Downloads
4
Readme
sa-html-minifier
Usage
import { minify } from "sa-html-minifier";
const result = minify(`
<html>
<body>
<div>
content
</div>
</body>
</html>
`);
result; // "<html><body><div>content</div></body></html>"
License
- MIT