-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimport_map.json
More file actions
21 lines (21 loc) · 1.03 KB
/
import_map.json
File metadata and controls
21 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"imports": {
"fresh/": "https://deno.land/x/fresh@1.1.5/",
"fresh/plugins/twind": "https://deno.land/x/fresh@1.1.5/plugins/twind",
"preact": "https://esm.sh/preact@10.11.0",
"preact/jsx-runtime": "https://esm.sh/preact@10.11.0/jsx-runtime",
"preact/hooks": "https://esm.sh/preact@10.11.0/hooks",
"preact/compat": "https://esm.sh/preact@10.11.0/compat",
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4",
"@twind": "./utils/twind.ts",
"twind": "https://esm.sh/twind@0.16.17",
"@twind/typography": "https://esm.sh/@twind/typography@0.0.2",
"twind/": "https://esm.sh/twind@0.16.17/",
"markdown": "https://deno.land/x/markdown@v2.0.0/mod.ts",
"hljs": "https://unpkg.com/@highlightjs/cdn-assets@11.6.0/es/highlight.min.js",
"three": "https://esm.sh/three@0.143.0",
"orbit": "https://esm.sh/three@0.143.0/examples/jsm/controls/OrbitControls",
"loader": "https://esm.sh/three@0.143.0/examples/jsm/loaders/STLLoader",
"AsciiEffect": "./utils/js/AsciiEffect.js"
}
}