@shotkit/shotium 0.3.1 → 0.3.2

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 +4 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -52,6 +52,10 @@ console.log(`Rendered in ${stats.timing.render}ms, Total: ${stats.timing.total}m
52
52
  await shotium.stop();
53
53
  ```
54
54
 
55
+ ### Vite Demo
56
+
57
+ The [Genshin profile share-card demo](../apps/genshin-faruzan-profile-card) is a Vite-served HTML/CSS card. The sibling [`apps/demo`](../apps/demo) example starts its own HTTP server and captures the card with Shotium.
58
+
55
59
  ---
56
60
 
57
61
  ## Table of Contents
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shotkit/shotium",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Static screenshots from a stripped Chromium: DOM, CSS, layout, paint, no JavaScript engine.",
5
5
  "keywords": [
6
6
  "screenshot",
@@ -38,12 +38,12 @@
38
38
  "node": ">=18"
39
39
  },
40
40
  "optionalDependencies": {
41
- "@shotkit/shotium-darwin-arm64": "0.3.1",
42
- "@shotkit/shotium-darwin-x64": "0.3.1",
43
- "@shotkit/shotium-linux-arm64": "0.3.1",
44
- "@shotkit/shotium-linux-x64": "0.3.1",
45
- "@shotkit/shotium-win32-arm64": "0.3.1",
46
- "@shotkit/shotium-win32-x64": "0.3.1"
41
+ "@shotkit/shotium-darwin-arm64": "0.3.2",
42
+ "@shotkit/shotium-darwin-x64": "0.3.2",
43
+ "@shotkit/shotium-linux-arm64": "0.3.2",
44
+ "@shotkit/shotium-linux-x64": "0.3.2",
45
+ "@shotkit/shotium-win32-arm64": "0.3.2",
46
+ "@shotkit/shotium-win32-x64": "0.3.2"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "tsdown",