@twick/visualizer 0.15.0 → 0.15.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/visualizer",
3
- "version": "0.15.0",
3
+ "version": "0.15.2",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "scripts": {
6
6
  "start": "twick editor --projectFile ./src/live.tsx",
@@ -22,18 +22,18 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@preact/signals": "^1.2.1",
25
- "@twick/2d": "^0.15.0",
26
- "@twick/core": "^0.15.0",
27
- "@twick/renderer": "^0.15.0",
28
- "@twick/vite-plugin": "^0.15.0",
25
+ "@twick/2d": "^0.15.2",
26
+ "@twick/core": "^0.15.2",
27
+ "@twick/renderer": "^0.15.2",
28
+ "@twick/vite-plugin": "^0.15.2",
29
29
  "date-fns": "^4.1.0",
30
30
  "preact": "^10.19.2",
31
31
  "crelt": "^1.0.6",
32
- "@twick/media-utils": "^0.15.0"
32
+ "@twick/media-utils": "0.15.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@twick/cli": "^0.15.0",
36
- "@twick/ui": "^0.15.0",
35
+ "@twick/cli": "^0.15.2",
36
+ "@twick/ui": "^0.15.2",
37
37
  "typescript": "5.4.2",
38
38
  "typedoc": "^0.25.8",
39
39
  "typedoc-plugin-markdown": "^3.17.1",
@@ -60,7 +60,7 @@ export const CAPTION_STYLE: Record<string, CaptionStyle> = {
60
60
  bgColor: "#444444",
61
61
  bgOffsetWidth: 30,
62
62
  bgOffsetHeight: 8,
63
- fontSize: 50,
63
+ fontSize: 46,
64
64
  },
65
65
  },
66
66
  word_by_word: {
@@ -81,7 +81,7 @@ export const CAPTION_STYLE: Record<string, CaptionStyle> = {
81
81
  fill: "#FFFFFF",
82
82
  bgOffsetWidth: 20,
83
83
  bgOffsetHeight: 10,
84
- fontSize: 50,
84
+ fontSize: 46,
85
85
  },
86
86
  },
87
87
  word_by_word_with_bg: {
@@ -103,7 +103,7 @@ export const CAPTION_STYLE: Record<string, CaptionStyle> = {
103
103
  fill: "#FFFFFF",
104
104
  bgOffsetWidth: 20,
105
105
  bgOffsetHeight: 10,
106
- fontSize: 50,
106
+ fontSize: 46,
107
107
  },
108
108
  },
109
109
  };