kiahk 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,10 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
# kiahk (JavaScript / TypeScript)
|
|
6
6
|
|
|
7
|
+
[](https://www.npmjs.com/package/kiahk)
|
|
8
|
+
[](https://www.npmjs.com/package/kiahk)
|
|
9
|
+
[](https://bundlephobia.com/package/kiahk)
|
|
10
|
+
[](../LICENSE)
|
|
11
|
+
|
|
7
12
|
Coptic calendar arithmetic — date conversion, Easter, and feast days. The reference port of [kiahk](https://github.com/amir-magdy-of-wizardlabz/kiahk). Identical results to all other ports against `core/test-vectors.json`.
|
|
8
13
|
|
|
9
14
|
Works in **Node.js and the browser** — no Node-only APIs at runtime.
|
|
10
15
|
|
|
16
|
+
**Package:** <https://www.npmjs.com/package/kiahk>
|
|
11
17
|
**Live demo:** <https://raw.githack.com/amir-magdy-of-wizardlabz/kiahk/master/demo/index.html>
|
|
12
18
|
|
|
13
19
|
## Install
|