|
25 | 25 | <script type="importmap"> |
26 | 26 | { |
27 | 27 | "imports": { |
28 | | - "points": "./src/points/src/absulit.points.module.js", |
| 28 | + "points": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/points.min.js", |
29 | 29 |
|
30 | | - "datasize": "./src/points/src/data-size.js", |
31 | | - "renderpass": "./src/points/src/RenderPass.js", |
32 | | - "shadertype": "./src/points/src/ShaderType.js", |
| 30 | + "points/animation": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/animation.min.js", |
| 31 | + "points/audio": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/audio.min.js", |
| 32 | + "points/color": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/color.min.js", |
| 33 | + "points/debug": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/debug.min.js", |
| 34 | + "points/effects": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/effects.min.js", |
| 35 | + "points/image": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/image.min.js", |
| 36 | + "points/math": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/math.min.js", |
| 37 | + "points/noise2d": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/noise2d.min.js", |
| 38 | + "points/classicnoise2d": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/classicnoise2d.min.js", |
| 39 | + "points/random": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/random.min.js", |
| 40 | + "points/sdf": "https://cdn.jsdelivr.net/gh/absulit/points@0.1.0-alpha.3/build/core/sdf.min.js", |
33 | 41 |
|
34 | | - "animation": "./src/points/src/core/animation.js", |
35 | | - "audio": "./src/points/src/core/audio.js", |
36 | | - "color": "./src/points/src/core/color.js", |
37 | | - "debug": "./src/points/src/core/debug.js", |
38 | | - "effects": "./src/points/src/core/effects.js", |
39 | | - "image": "./src/points/src/core/image.js", |
40 | | - "math": "./src/points/src/core/math.js", |
41 | | - "noise2d": "./src/points/src/core/noise2d.js", |
42 | | - "classicnoise2d": "./src/points/src/core/classicnoise2d.js", |
43 | | - "random": "./src/points/src/core/random.js", |
44 | | - "renderpasses": "./src/points/src/RenderPasses.js", |
45 | | - "sdf": "./src/points/src/core/sdf.js", |
46 | | - |
47 | | - "datgui": "./src/points/src/vendor/datgui/dat.gui.module.js" |
| 42 | + "datgui": "https://cdn.jsdelivr.net/gh/dataarts/dat.gui@0.7.9/build/dat.gui.module.js" |
48 | 43 | } |
49 | 44 | } |
50 | 45 | </script> |
51 | 46 |
|
52 | 47 | <link rel="stylesheet" type="text/css" href="style.css"> |
53 | 48 |
|
54 | | - <script src="./src/points/src/vendor/stats.js"></script> |
55 | | - <script src="./src/points/src/vendor/ccapture/CCapture.all.min.js"></script> |
56 | 49 | <script src="https://cdnjs.cloudflare.com/ajax/libs/jsmediatags/3.9.5/jsmediatags.min.js"></script> |
57 | 50 | <script type="module" src="src/main.js"></script> |
58 | 51 | </head> |
|
0 commit comments