diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index afe41f9..93a851d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- uses: actions/upload-artifact@v3
+ if: ${{ failure() }}
with:
name: test-screenshots
path: shots/
diff --git a/README.md b/README.md
index bc6dc4b..647b9ae 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ You can then `require('canvas-confetti');` to use it in your project build. _Not
You can also include this library in your HTML page directly from a CDN:
```html
-
+
```
_Note: you should use the latest version at the time that you include your project. You can see all versions [on the releases page](https://github.com/catdad/canvas-confetti/releases)._
diff --git a/fixtures/debug.html b/fixtures/debug.html
new file mode 100644
index 0000000..b4a7bf7
--- /dev/null
+++ b/fixtures/debug.html
@@ -0,0 +1,204 @@
+
+
+