kc-strmin
v1.0.4
Published
[js] Simple minify (Remove new lines and multiple spaces).
Downloads
5
Readme
STRMin
[js] Simple minify (Remove new lines and multiple spaces).
Install
npm install kc-strmin
Use
var strmin = require('kc-strmin');
var str = strmin(`
Hello world
This is my
content.
`);
console.log(str);