Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@domoritz
Created June 28, 2018 02:52
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 domoritz/eba0c06d63aee6b8cb186737adc4297f to your computer and use it in GitHub Desktop.
Save domoritz/eba0c06d63aee6b8cb186737adc4297f to your computer and use it in GitHub Desktop.
Module imports
license: mit
<html>
<head>
<title>D3 import</title>
</head>
<body>
<script type="module">
import * as d3 from 'https://unpkg.com/d3?module'
console.log(d3);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment