A module that prints out the progress flag to the terminal.
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";