Позволяет типографировать текст при вводе в текстовое поле.
<script src="https://github.com/typograf/jquery-typograf/raw/gh-pages/node_modules/typograf/dist/typograf.js"></script>
<script src="https://github.com/typograf/jquery-typograf/raw/gh-pages/jquery.autotypograf.js"></script>
...
<input type="text" val=""/>
<script>
$('input').autotypograf({locale: ['ru', 'en-US']});
</script>
<script src="https://github.com/typograf/jquery-typograf/raw/gh-pages/node_modules/typograf/dist/typograf.js"></script>
<script src="https://github.com/typograf/jquery-typograf/raw/gh-pages/autotypograf.vanilla.js"></script>
...
<input type="text" val="" id="text" />
<script>
autotypograf(document.getElementById('text'), {locale: ['ru', 'en-US']});
</script>
MIT License