1.0.5 • Published 2 years ago

@rn0x/hijri_calendar v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

preview|690x388

install

npm i @rn0x/hijri_calendar

example

import Hijri_calendar from '@rn0x/hijri_calendar'

let filename = './example.png'
let title = 'أذكار '
let text = 'اللّهم اغفر لي، وإهدني، وأرزقني، وعافني، أعوذ بالله من ضيق المقام يوم القيامة'


await Hijri_calendar(title, text, filename).then(e => {
    console.log(e); // return - filename - today - Hijri - Gregorian
});

//or

let calendar = await Hijri_calendar(title, text, filename);

console.log(calendar);  // return - filename - today - Hijri - Gregorian
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago