Skip to main content
Deno 2 is finally here 🎉️
Learn more

Cardinal

ci

Get cardinal direction (16 directions) from degree.

import { getCardinal } from "https://deno.land/x/cardinal/mod.ts";
console.log(getCardinal(135)); // SE
console.log(getCardinal(135, { long: true })); // southeast

MIT License.