mirror of
https://github.com/acamarata/moment-hijri-plus.git
synced 2026-07-04 12:40:42 +00:00
docs: add Architecture section to README
This commit is contained in:
parent
c6f5bc7211
commit
efc9e60dd9
1 changed files with 6 additions and 0 deletions
|
|
@ -123,6 +123,12 @@ installHijri(moment);
|
||||||
const hijri: HijriDate | null = moment().toHijri();
|
const hijri: HijriDate | null = moment().toHijri();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
A thin plugin wrapper over [hijri-core](https://github.com/acamarata/hijri-core). The plugin augments the Moment.js prototype with Hijri methods, each delegating to the registered calendar engine. Zero global state.
|
||||||
|
|
||||||
|
For more detail see the [Architecture wiki page](https://github.com/acamarata/moment-hijri-plus/wiki/Architecture).
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Full API reference, architecture notes, and calendar algorithm details are in the [project wiki](https://github.com/acamarata/moment-hijri-plus/wiki).
|
Full API reference, architecture notes, and calendar algorithm details are in the [project wiki](https://github.com/acamarata/moment-hijri-plus/wiki).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue