Skip to content

Instantly share code, notes, and snippets.

@enjalot
Created September 14, 2020 01:42
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/4acc1bb1f1701fb2a23f544b6cfe1fac to your computer and use it in GitHub Desktop.
Save enjalot/4acc1bb1f1701fb2a23f544b6cfe1fac to your computer and use it in GitHub Desktop.
Coding With Fire: Deadline Timer
license: mit
<div id="observablehq-6a319076">
<div class="observablehq-viewof-canvas2"></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 canvas2") return Inspector.into("#observablehq-6a319076 .observablehq-viewof-canvas2")();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment