Skip to content

Instantly share code, notes, and snippets.

View matthewharwood's full-sized avatar
🎯
Focusing

matthew harwood matthewharwood

🎯
Focusing
View GitHub Profile
@matthewharwood
matthewharwood / import_map.json
Last active April 7, 2020 17:46 — forked from nsivertsen/import_map.json
Preact and htm on Deno
{
"imports": {
"htm": "https://unpkg.com/htm@3.0.3/dist/htm.module.js",
"htm/preact": "https://unpkg.com/htm@3.0.3/preact/index.module.js",
"preact": "https://unpkg.com/preact@10.3.4/dist/preact.module.js",
"preact-render-to-string": "https://unpkg.com/preact-render-to-string@5.1.4/dist/index.module.js"
}
}