coptic-font-converter
v1.0.2
Published
npm package to convert Coptic text between different english fonts and coptic unicode.
Downloads
16
Readme
coptic-font-converter
Lightweight npm package to convert Coptic text between different english fonts and coptic unicode.
Installation
Install from npm:
npm install coptic-font-converterOr with yarn:
yarn add coptic-font-converterUsage
import { convert } from 'coptic-font-converter';
import { FontType } from 'coptic-font-converter';
const inputFont: FontType = FontType.CS_NEW_ATHANASIUS;
const outputFont: FontType = FontType.UNICODE;
const inputText = 'Ten;ynou'
console.log(convert(inputText, inputFont, outputFont));
// Example output: 'Ⲧⲉⲛⲑⲏⲛⲟⲩ'License
MIT License — free for personal and commercial use.
