Skip to content

Commit b897f72

Browse files
committed
docs: use github for demo image source
1 parent 167166c commit b897f72

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A single component that helps render prop combinations (the "Cartesian
44
Product") for visual regression testing.
55

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

88
- [Why](#why)
99
- [Before using `svelte-cartesian`](#before-using-svelte-cartesian)

demo.jpg

-190 KB
Loading

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"type": "module",
66
"files": [
77
"index.js",
8-
"lib",
9-
"demo.jpg"
8+
"lib"
109
],
1110
"exports": [
1211
"./index.js"

0 commit comments

Comments
 (0)