import "@johnlindquist/kit";
const HOUR_MIN = 60;
const MIN_SEC = 60;
const SEC_MS = 1000;
const WORK_INTERVAL_SECS = 25 * 60;
const REST_INTERVAL_SECS = 5 * 60;
const WORK_INTERVAL_ICON = "🍅";
const REST_INTERVAL_ICON = "🏝️";
const COMPLETE_ICON = "🎉";
const WIDGET_HTML = `
<div class="flex text-6xl items-center justify-center rounded-full">
{{icon}}
</div>