0.1.1 • Published 3 years ago

calndar v0.1.1

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

Calndar

Description

npm package to display a calendar

Installation

npm i calndar --save

import {calendar} from 'calndar';

Options

calendar(); // displays a calendar for the current year

calendar(2022); // displays a calendar for the year 2022, default fontFamily is Courier

calendar(2025, 'Georgia'); // displays a calendar for the year 2025, using Georgia fontFamily
0.1.1

3 years ago

0.1.0

3 years ago