Initial commit after recreate
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"componentId": "ccd",
|
||||
"displayName": "CCD Photon Explorer",
|
||||
"version": "0.1.0",
|
||||
"folderName": "glitch_ccd",
|
||||
"packageName": "@glitch-components/ccd",
|
||||
"entry": "dist/index.html",
|
||||
"source": "src/index.tsx",
|
||||
"tags": [
|
||||
"internal",
|
||||
"visualization",
|
||||
"tooling"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 124 KiB |
@@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Glitch CCD</title>
|
||||
<script type="module" crossorigin src="/assets/index-D02Mu-Ij.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Da7gUXQx.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user