npm.io
1.0.17 • Published 2 years ago

typographic-exclamation-mark

Licence
MIT
Version
1.0.17
Deps
0
Size
5 kB
Vulns
0
Weekly
0
Stars
236

typographic-exclamation-mark Build Status Coverage Status

Micro module to fix a common typographic issue that is hard to fix with most keyboard layouts.

This is mainly meant for French typography, it replaces the space preceding an exclamation point by a narrow no-break space (en, fr).

Submit a PR to src/db.js to add support for your locale.

Install

npm:

npm install --save typographic-exclamation-mark

Usage

var exclamation = require('typographic-exclamation-mark')

exclamation(`Exemple ! voici.`, { locale: 'fr' })
// this char        ^ will be replaced by a narrow no-break space

This module can also be used through textr.

License

MIT Zeste de Savoir

Keywords