mirror of
https://github.com/acamarata/moon-cycle.git
synced 2026-06-30 18:54:29 +00:00
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to package.json. Generate initial API reference pages. Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
555 B
555 B
moon-cycle / YEAR_IMAGES
Variable: YEAR_IMAGES
constYEAR_IMAGES:8760=8760
Defined in: types.ts:77
Number of images in the yearly (my) dataset.
Equals 365 days × 24 hours. Filenames range from "0001.webp" to
"8760.webp".
Example
import { YEAR_IMAGES } from 'moon-cycle';
// Total hours in the yearly dataset
console.log(YEAR_IMAGES); // 8760