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);
[js] Simple minify (Remove new lines and multiple spaces).
npm install kc-strmin
var strmin = require('kc-strmin');
var str = strmin(`
Hello world
This is my
content.
`);
console.log(str);
npm i kc-strmin
1
1.0.4
ISC
1.78 kB
5