Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

typographic-em-dashes

matmuchrapna35.5kMIT1.0.2

Use them, don’t confuse them

textr, typographic, dashes, emdashes

readme

typographic-em-dashes

NPM version Build Status Coveralls Status Dependency Status DevDependency Status

Use them, don’t confuse them

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

Install

npm install --save typographic-em-dashes

Usage

var emdashes = require('typographic-em-dashes');

emdashes(`--`); // —
emdashes(`foo -- bar`); // foo — bar
emdashes(`foo — bar`); // foo — bar

Real world examples

Check complex usage with real world examples in typography playground.

License

MIT © Vladimir Starkov