Skip to content

Getting Started

Syllabify Hebrew text

Installation

npm i havarotjs

Usage

import { Text } from "havarotjs";
const text = new Text("הֲבָרֹות");
console.log(text.words);
// [ Word { original: "הֲבָרֹות" } ]

Learn more