Skip to content

Commit 6f0244d

Browse files
committed
port examples to TS and switch to codesandbox style parcel bundler
1 parent 33b2bb2 commit 6f0244d

22 files changed

+510
-9383
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ dist
66
node_modules
77
npm-debug.log
88
/stats.html
9+
/examples/3d-cubes/.cache/

examples/3d-cubes/.babelrc

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/3d-cubes/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/3d-cubes/src/index.html renamed to examples/3d-cubes/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
</head>
88
<body>
99
<div id="root"></div>
10+
<script src="src/index.tsx">
11+
</script>
1012
</body>
1113
</html>

0 commit comments

Comments
 (0)