Skip to content

Commit

Permalink
docs: use github for demo image source
Browse files Browse the repository at this point in the history
  • Loading branch information
theetrain committed Jul 3, 2024
1 parent 167166c commit b897f72
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A single component that helps render prop combinations (the "Cartesian
Product") for visual regression testing.

<img src="./demo.jpg" alt="Cartesian demonstration featuring a 4 x 3 x 2 combination." />
<img src="https://raw.githubusercontent.com/theetrain/svelte-cartesian/main/demo.jpg" alt="Cartesian demonstration featuring a 4 x 3 x 2 combination." />

- [Why](#why)
- [Before using `svelte-cartesian`](#before-using-svelte-cartesian)
Expand Down
Binary file modified demo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"type": "module",
"files": [
"index.js",
"lib",
"demo.jpg"
"lib"
],
"exports": [
"./index.js"
Expand Down

0 comments on commit b897f72

Please sign in to comment.