Skip to content

Instantly share code, notes, and snippets.

View fitzoh's full-sized avatar

Andrew Fitzgerald fitzoh

View GitHub Profile
@fitzoh
fitzoh / index.html
Created June 6, 2015 03:13
Simple force layout using a web worker for layout
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node {
stroke: #fff;
stroke-width: 1.5px;
}
.link {