Skip to content

Compute easter day in the gregorian and julian calendar

Notifications You must be signed in to change notification settings

rhnorskov/computus

Repository files navigation

Computus

GitHub Workflow Status (branch) Downloads

Compute easter day in the gregorian calendar

Install

npm install computus

Usage

import { computus } from "computus";

const easter = computus(2020);