Skip to content

Commit c656fde

Browse files
committed
deploy: 111d003
1 parent a0fe82e commit c656fde

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

demo.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>WebGL Tech Particles Demo</title><script defer="defer" src="webgl-tech-particles.demo.js"></script></head><body><div id="tech-particles"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>WebGL Tech Particles Demo</title><script type="module" src="webgl-tech-particles.demo.js"></script></head><body><div id="tech-particles"></div><script type="module">import { initWebGLTechParticles } from './webgl-tech-particles.demo.js';
2+
initWebGLTechParticles('tech-particles');</script></body></html>

webgl-tech-particles.demo.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2+
3+
/**
4+
* @license
5+
* Copyright 2010-2024 Three.js Authors
6+
* SPDX-License-Identifier: MIT
7+
*/
8+
9+
/**
10+
* lil-gui
11+
* https://lil-gui.georgealways.com
12+
* @version 0.17.0
13+
* @author George Michael Brower
14+
* @license MIT
15+
*/

0 commit comments

Comments
 (0)