mirror of
https://github.com/acamarata/dayjs-hijri-plus.git
synced 2026-07-02 03:30:39 +00:00
docs: add Architecture section to README
This commit is contained in:
parent
64925cdbfd
commit
1d3b0e2fcb
1 changed files with 6 additions and 0 deletions
|
|
@ -174,6 +174,12 @@ const opts: ConversionOptions = { calendar: 'fcna' };
|
||||||
|
|
||||||
No `@types` package is needed.
|
No `@types` package is needed.
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
A thin plugin wrapper over [hijri-core](https://github.com/acamarata/hijri-core). The plugin augments the Day.js prototype with Hijri methods, each delegating to the registered calendar engine. Zero global state — calendar selection is passed per call.
|
||||||
|
|
||||||
|
For more detail see the [Architecture wiki page](https://github.com/acamarata/dayjs-hijri-plus/wiki/Architecture).
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Full API reference, architecture notes, and calendar system comparisons are on the [GitHub Wiki](https://github.com/acamarata/dayjs-hijri-plus/wiki).
|
Full API reference, architecture notes, and calendar system comparisons are on the [GitHub Wiki](https://github.com/acamarata/dayjs-hijri-plus/wiki).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue