@voila.dev/cliche 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <img src="assets/og.png" alt="cliche: screenshot any page, get a URL. Just Bun." width="100%">
1
+ <img src="https://raw.githubusercontent.com/voila-voila-dev/cliche/main/assets/og.png" alt="cliche: screenshot any page, get a URL. Just Bun." width="100%">
2
2
 
3
3
  # cliche 📸
4
4
 
@@ -127,7 +127,7 @@ Opens your bucket as a photo album: every cliché, grouped by month, with a
127
127
  filter and a lightbox. A small Bun app that ships in the package; source in
128
128
  `apps/album`.
129
129
 
130
- <img src="assets/album-preview.png" alt="album: real tries.care pages captured by cliche, grouped by month" width="100%">
130
+ <img src="https://raw.githubusercontent.com/voila-voila-dev/cliche/main/assets/album-preview.png" alt="album: real tries.care pages captured by cliche, grouped by month" width="100%">
131
131
 
132
132
  Running on [tries.care](https://tries.care)'s screenshots bucket.
133
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voila.dev/cliche",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "packageManager": "bun@1.4.0",
6
6
  "license": "MIT",