Skip to content

Instantly share code, notes, and snippets.

@enjalot
Last active September 14, 2020 02:58
Embed
What would you like to do?
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