An open API service indexing awesome lists of open source software.

https://github.com/b1f6c1c4/tipa2unicode

Convert LaTeX/TIPA to Unicode IPA
https://github.com/b1f6c1c4/tipa2unicode

ipa latex phonetics phonology tipa

Last synced: 26 days ago
JSON representation

Convert LaTeX/TIPA to Unicode IPA

Awesome Lists containing this project

README

          

# tipa2unicode

[![npm version](https://badge.fury.io/js/tipa2unicode.svg)](https://badge.fury.io/js/tipa2unicode)

> Convert LaTeX/TIPA to Unicode IPA

## Usage

```bash
npx tipa2unicode [--unicode|--hex|--html] [--debug] []
```

## Install as a library

```bash
npm install tipa2unicode
```

and then

```javascript
const tipa2unicode = require('tipa2unicode');
console.log(tipa2unicode('"f\\|+2k', /* debug */ false)); // => ˈfʌ̟k
```