diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..f477326
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,6 @@
+{
+ "editor.detectIndentation": false,
+ "editor.tabSize": 2,
+ "editor.insertSpaces": true
+ }
+
\ No newline at end of file
diff --git a/releases/index.html b/releases/index.html
index 1bbb9ed..703b20c 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -2,35 +2,35 @@
-
-
-
- Release Notes
+
+
+
+ Release Notes
-
-
-
- Version |
- Changes |
-
-
-
-
- 1.1.0 |
- Using Render Bundles for Performance |
-
-
- 1.0.0 |
- First WebGPU Implementation |
-
-
-
-
+
+
+
+ Version |
+ Changes |
+
+
+
+
+ 1.1.0 |
+ Using Render Bundles for Performance |
+
+
+ 1.0.0 |
+ First WebGPU Implementation |
+
+
+
+
\ No newline at end of file
diff --git a/test/index.html b/test/index.html
index 67888d1..9cc2209 100644
--- a/test/index.html
+++ b/test/index.html
@@ -35,7 +35,9 @@
// Load Vega and the selected version of Vega WebGPU Renderer
loadScript('https://cdn.jsdelivr.net/npm/vega@5.19.1/build/vega.js', function () {
- loadScript(vegaWebGPURendererUrl);
+ loadScript(vegaWebGPURendererUrl, function() {
+ loadScript('./index.js');
+ });
});
@@ -52,13 +54,16 @@
+ Version:
+
-