Skip to content

Instantly share code, notes, and snippets.

View dadiorchen's full-sized avatar

Dadiorchen dadiorchen

View GitHub Profile
@dadiorchen
dadiorchen / index.html
Last active June 5, 2019 09:16
demo for constellation-3d
<html>
<script src='https://unpkg.com/constellation-3d' ></script>
<script src="https://unpkg.com/react@16/umd/react.production.min.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js" crossorigin></script>
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
<script type="text/babel">
const colors = (groupId) => {
const c = [
'rgb(195,157,33)',
'rgb(42, 40, 197)',
console.log('OK')