orthos

0.7.2 • Public • Published

orthos.js

convert to utf-8 combined ancient greek diacritics from precombined of all sorts

Installation

API

  import {oxia, comb, plain, strip} from 'orthos'

methods:

convert string to combined version:

    let combined = comb(rawStr)

string without stress symbols:

    let plain = plain(combined)

string without any accent:

    let stripped = strip(combined)

fix possible varia to oxia:

    let fixed = oxia(combined)

License

GNU GPL

Package Sidebar

Install

npm i orthos

Weekly Downloads

1

Version

0.7.2

License

GPL-2.0-or-later

Unpacked Size

41.8 kB

Total Files

7

Last publish

Collaborators

  • mbykov