1.3.1 • Published 4 years ago

@ipmanlk/sinhala-sub-maker v1.3.1

Weekly downloads
1
License
-
Repository
github
Last release
4 years ago

Sinhala Subtitle Maker

Simple Library to translate English Srt Subtitles to Sinhala

Usage

Download node from nodejs.org and install it, if you haven't already.

Then install sinhala-sub-maker using npm or yarn.

npm install @ipmanlk/sinhala-sub-maker --save

You can translate any English srt file by providing its path.

const { translate } = require("@ipmanlk/sinhala-sub-maker")

translate("English.srt").then(siSub => {
    //you can directly write siSub to a .srt file using fs
    console.log(siSub); 
});
1.3.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.3.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago