Built with blockbuilder.org
Created
September 14, 2020 01:42
-
-
Save enjalot/4acc1bb1f1701fb2a23f544b6cfe1fac to your computer and use it in GitHub Desktop.
Coding With Fire: Deadline Timer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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