Skip to main content

I like flags!

This package works with Deno, Browsers
This package works with Deno
This package works with Browsers
JSR Score
94%
Published
a year ago (1.0.1)

🏳️‍🌈

A module that prints out the progress flag to the terminal.

Usage

deno run jsr:@luca/flag@1

You can also import the module and use it in your code:

import { printProgress } from "jsr:@luca/flag@1";

printProgress();

Add Package

deno add jsr:@luca/flag

Import symbol

import * as flag from "@luca/flag";

---- OR ----

Import directly with a jsr specifier

import * as flag from "jsr:@luca/flag";