Skip to content

Commit 7512205

Browse files
committed
Examples: Added import map polyfill to webgl_materials_nodes_playground.
1 parent e2aec1b commit 7512205

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/webgl_materials_nodes_playground.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
<title>three.js webgl - node-editor playground</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
77
<link rel="stylesheet" href="fonts/open-sans/open-sans.css" type="text/css"/>
88
<link rel="stylesheet" href="fonts/tabler-icons/tabler-icons.min.css" type="text/css"/>
99
<link type="text/css" rel="stylesheet" href="main.css">
10-
</head>
11-
<body>
10+
</head>
11+
<body>
12+
<script async src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>
1213
<script type="importmap">
1314
{
1415
"imports": {
@@ -181,5 +182,5 @@
181182

182183
</script>
183184

184-
</body>
185+
</body>
185186
</html>

0 commit comments

Comments
 (0)