Licence
ISC
Version
1.0.2
Deps
0
Size
19.0 MB
Vulns
0
Weekly
0
Intro
This package is ment to help translate single words from Hebrew to English offline. It will soon also have English to Hebrew single words translations
Usage
import {hebrewToEnglish} from 'hebrew-english';//ES6
const hebrewToEnglish = require('hebrew-english').hebrewToEnglish;
console.log(hebrewToEnglish('אבא'));//Make sure to send in unicode
//OUTPUT: [ 'dad', 'daddy', 'father' ]
Installation
npm install hebrew-english