typographic-single-spaces

1.0.2 • Public • Published

typographic-single-spaces

NPM version Build Status Coveralls Status Dependency Status DevDependency Status

Always one—never two

Micro module to help eliminate one of the bad typewriter habits.

Install

npm install --save typographic-single-spaces

Usage

var singleSpaces = require('typographic-single-spaces');
 
singleSpaces(`foo  bar`);  // foo bar
singleSpaces(`foo.  Bar`); // foo. Bar
singleSpaces(`foo,  bar`); // foo, bar

Real world examples

Check complex usage with real world examples in typography playground.

License

MIT © Vladimir Starkov

/typographic-single-spaces/

    Package Sidebar

    Install

    npm i typographic-single-spaces

    Weekly Downloads

    4,815

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • iamstarkov