UNPKG

tipograph

Version:

A little javascript library and command line tool that makes your written content more typographically correct.

15 lines (11 loc) 288 B
# Preset Preset defines rules to be applied onto a content. ## Interface ```js // see `src/languages/` for more details about language parameter export default function (language) { return [ [/* search regular expression */, /* replacement string/function */] ]; } ```