Skip to content

Instantly share code, notes, and snippets.

View Joshfairhead's full-sized avatar

Josh Fairhead Joshfairhead

View GitHub Profile
@Joshfairhead
Joshfairhead / index.html
Last active September 18, 2021 19:36
Equinox
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body { padding: 0px 230px; background: #000; }
</style>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://raw.github.com/d3/d3-plugins/master/geo/projection/projection.js"></script>
<canvas id="canvas" width="540" height="500" style="width: 1080px; height: 1000px"></canvas>
<script>