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
- Host: GitHub
- URL: https://github.com/b1f6c1c4/tipa2unicode
- Owner: b1f6c1c4
- Created: 2022-01-30T19:16:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T03:05:41.000Z (over 4 years ago)
- Last Synced: 2024-04-25T03:02:57.965Z (about 2 years ago)
- Topics: ipa, latex, phonetics, phonology, tipa
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tipa2unicode
[](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
```