Skip to content

Instantly share code, notes, and snippets.

@enjalot
Last active September 14, 2020 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enjalot/57a450eeea82f1fdb885da88d5731fc1 to your computer and use it in GitHub Desktop.
Save enjalot/57a450eeea82f1fdb885da88d5731fc1 to your computer and use it in GitHub Desktop.
Coding With Fire: enjalot Deadline Timer
license: mit
<div id="observablehq-37a6d8cf">
<div class="observablehq-viewof-enjalot"></div>
</div>
<script type="module">
import {Runtime, Inspector} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
import define from "https://api.observablehq.com/@codingwithfire/deadline-timer.js?v=3";
(new Runtime).module(define, name => {
if (name === "viewof enjalot") return Inspector.into("#observablehq-37a6d8cf .observablehq-viewof-enjalot")();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment