@kitschpatrol/tldraw-cli 4.6.42 → 4.7.0

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.
@@ -4,8 +4,8 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>tldraw via tldraw-cli</title>
7
- <script type="module" crossorigin src="/assets/index-D_bhIXmi.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-Wj6P1qtj.css">
7
+ <script type="module" crossorigin src="/assets/index-DZ4BfzHk.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-CVBMJ5kJ.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
@@ -109,6 +109,7 @@
109
109
  "action.toggle-focus-mode.menu": "포커스 모드",
110
110
  "action.toggle-grid": "그리드 전환",
111
111
  "action.toggle-grid.menu": "그리드 보기",
112
+ "action.toggle-keyboard-shortcuts": "키보드 단축키",
112
113
  "action.toggle-keyboard-shortcuts.menu": "키보드 단축키",
113
114
  "action.toggle-lock": "잠금/잠금 해제",
114
115
  "action.toggle-paste-at-cursor": "커서에 붙여넣기 기능 전환",
@@ -282,6 +283,7 @@
282
283
  "help-menu.terms": "이용 약관",
283
284
  "help-menu.title": "도움말 및 자료",
284
285
  "help-menu.twitter": "트위터",
286
+ "menu.accessibility": "접근성",
285
287
  "menu.copy-as": "복사하기",
286
288
  "menu.edit": "편집",
287
289
  "menu.export-as": "내보내기",
@@ -89,6 +89,8 @@
89
89
  "action.toggle-reduce-motion": "Toggle reduce motion",
90
90
  "action.toggle-keyboard-shortcuts.menu": "Keyboard shortcuts",
91
91
  "action.toggle-keyboard-shortcuts": "Toggle keyboard shortcuts",
92
+ "action.toggle-ui-labels.menu": "UI labels",
93
+ "action.toggle-ui-labels": "Toggle UI labels",
92
94
  "action.toggle-edge-scrolling.menu": "Edge scrolling",
93
95
  "action.toggle-edge-scrolling": "Toggle edge scrolling",
94
96
  "action.toggle-debug-mode.menu": "Debug mode",
@@ -180,6 +182,7 @@
180
182
  "geo-style.pentagon": "Pentagon",
181
183
  "geo-style.rectangle": "Rectangle",
182
184
  "geo-style.rhombus": "Rhombus",
185
+ "geo-style.rhombus-2": "Rhombus left",
183
186
  "geo-style.star": "Star",
184
187
  "geo-style.trapezoid": "Trapezoid",
185
188
  "geo-style.triangle": "Triangle",
@@ -282,6 +285,10 @@
282
285
  "a11y.repeat-shape": "Repeat shape",
283
286
  "a11y.move-shape": "Move shape",
284
287
  "a11y.move-shape-faster": "Move shape faster",
288
+ "a11y.rotate-shape-cw": "Rotate shape clockwise",
289
+ "a11y.rotate-shape-ccw": "Rotate shape counterclockwise",
290
+ "a11y.rotate-shape-cw-fine": "Rotate shape clockwise (fine)",
291
+ "a11y.rotate-shape-ccw-fine": "Rotate shape counterclockwise (fine)",
285
292
  "a11y.enlarge-shape": "Enlarge shape",
286
293
  "a11y.shrink-shape": "Shrink shape",
287
294
  "a11y.pan-camera": "Pan camera",
@@ -290,6 +297,7 @@
290
297
  "a11y.open-keyboard-shortcuts": "Open keyboard shortcuts",
291
298
  "menu.title": "Menu",
292
299
  "menu.theme": "Theme",
300
+ "menu.accessibility": "Accessibility",
293
301
  "menu.copy-as": "Copy as",
294
302
  "menu.edit": "Edit",
295
303
  "menu.export-as": "Export as",
@@ -280,6 +280,7 @@
280
280
  "help-menu.terms": "Условия использования",
281
281
  "help-menu.title": "Помощь и материалы",
282
282
  "help-menu.twitter": "Twitter",
283
+ "menu.accessibility": "Доступность",
283
284
  "menu.copy-as": "Скопировать как",
284
285
  "menu.edit": "Правка",
285
286
  "menu.export-as": "Экспортировать как",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/tldraw-cli",
3
- "version": "4.6.42",
3
+ "version": "4.7.0",
4
4
  "description": "A CLI tool and TypeScript library for exporting tldraw sketches to PNG or SVG images.",
5
5
  "keywords": [
6
6
  "tldraw",
@@ -38,24 +38,24 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@fontsource/inter": "^5.2.6",
41
- "express": "^4.21.2",
42
- "puppeteer": "^24.16.1",
43
- "uint8array-extras": "^1.4.0",
44
- "yargs": "^17.7.2"
41
+ "@hono/node-server": "^1.19.1",
42
+ "hono": "^4.9.5",
43
+ "puppeteer": "^24.17.1",
44
+ "uint8array-extras": "^1.5.0",
45
+ "yargs": "^18.0.0"
45
46
  },
46
47
  "devDependencies": {
47
48
  "@kitschpatrol/shared-config": "^5.5.0",
48
49
  "@sindresorhus/slugify": "^2.2.1",
49
- "@tldraw/assets": "3.15.1",
50
- "@types/express": "^4.17.23",
51
- "@types/node": "^20.19.10",
52
- "@types/react": "^18.3.23",
53
- "@types/react-dom": "^18.3.7",
50
+ "@tldraw/assets": "^3.16.0-next.fe14f1b4181f",
51
+ "@types/node": "^20.19.11",
52
+ "@types/react": "^19.1.12",
53
+ "@types/react-dom": "^19.1.9",
54
54
  "@types/yargs": "^17.0.33",
55
- "@vitejs/plugin-react-swc": "^3.11.0",
56
- "bumpp": "^10.2.2",
55
+ "@vitejs/plugin-react-swc": "^4.0.1",
56
+ "bumpp": "^10.2.3",
57
57
  "cheerio": "^1.1.2",
58
- "esbuild": "^0.25.8",
58
+ "esbuild": "^0.25.9",
59
59
  "get-port": "^7.1.0",
60
60
  "nanoid": "^5.1.5",
61
61
  "natural-orderby": "^5.0.0",
@@ -64,17 +64,17 @@
64
64
  "picocolors": "^1.1.1",
65
65
  "plur": "^5.1.0",
66
66
  "pretty-ms": "^9.2.0",
67
- "react": "^18.3.1",
68
- "react-dom": "^18.3.1",
67
+ "react": "^19.1.1",
68
+ "react-dom": "^19.1.1",
69
69
  "safe-stable-stringify": "^2.5.0",
70
70
  "sharp": "^0.34.3",
71
71
  "sharp-phash": "^2.2.0",
72
72
  "strip-ansi": "^7.1.0",
73
- "tldraw": "3.15.1",
74
- "tsx": "^4.20.3",
75
- "typescript": "~5.8.3",
73
+ "tldraw": "^3.16.0-next.fe14f1b4181f",
74
+ "tsx": "^4.20.5",
75
+ "typescript": "~5.9.2",
76
76
  "untildify": "^5.0.0",
77
- "vite": "^6.3.5",
77
+ "vite": "^7.1.3",
78
78
  "vitest": "^3.2.4"
79
79
  },
80
80
  "engines": {
@@ -1,7 +0,0 @@
1
- import type { Editor } from 'tldraw';
2
- declare global {
3
- interface Window {
4
- editor: Editor;
5
- setTldr: (tldrData: string) => void;
6
- }
7
- }