kc-strmin

1.0.4 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i kc-strmin

    Weekly Downloads

    2

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    1.78 kB

    Total Files

    5

    Last publish

    Collaborators

    • kaisarcode