rnxsim 0.0.0 → 0.1.313
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/LICENSE +21 -0
- package/README.md +512 -0
- package/detox/colors.ts +54 -0
- package/detox/config-loader.ts +135 -0
- package/detox/element-types.ts +39 -0
- package/detox/expectations.ts +537 -0
- package/detox/gestures.ts +480 -0
- package/detox/index.ts +2118 -0
- package/detox/jest-preset.cjs +51 -0
- package/detox/jest-setup-after-env.cjs +18 -0
- package/detox/matchers.ts +30 -0
- package/detox/motion-change.cjs +109 -0
- package/detox/motion-change.d.cts +35 -0
- package/detox/navigation.ts +43 -0
- package/detox/screenshots/animated-color-test-rest-norngh.png +0 -0
- package/detox/screenshots/color-test-after-drag-norngh.png +0 -0
- package/detox/screenshots/color-test-rest-norngh.png +0 -0
- package/detox/screenshots/theme-blue-toggle.png +0 -0
- package/detox/screenshots/theme-blue.png +0 -0
- package/detox/screenshots/theme-red-toggle.png +0 -0
- package/detox/screenshots/theme-red.png +0 -0
- package/dist-cli/bin.js +15 -0
- package/dist-cli/chunks/agent-XZ2KTPCU.js +48 -0
- package/dist-cli/chunks/agent-wrapper-JJYYW2WH.js +17 -0
- package/dist-cli/chunks/app-fonts-IXRNQG6B.js +4 -0
- package/dist-cli/chunks/assert-54T5SK5F.js +49 -0
- package/dist-cli/chunks/auth-FI5UDI45.js +12 -0
- package/dist-cli/chunks/beta-JV6UKADW.js +4 -0
- package/dist-cli/chunks/camera-VL73YIKP.js +22 -0
- package/dist-cli/chunks/chunk-2D2UPBBR.js +4 -0
- package/dist-cli/chunks/chunk-2YR5BGA5.js +5 -0
- package/dist-cli/chunks/chunk-3NV2NCNX.js +4 -0
- package/dist-cli/chunks/chunk-46EUUFJ5.js +4 -0
- package/dist-cli/chunks/chunk-4NPPOV2N.js +5 -0
- package/dist-cli/chunks/chunk-5DHC6KHQ.js +7 -0
- package/dist-cli/chunks/chunk-5TEF3ET3.js +74 -0
- package/dist-cli/chunks/chunk-5TPRP5QT.js +4 -0
- package/dist-cli/chunks/chunk-5YJCOWCH.js +4 -0
- package/dist-cli/chunks/chunk-7GN3LVWB.js +4 -0
- package/dist-cli/chunks/chunk-BBULZ7CG.js +568 -0
- package/dist-cli/chunks/chunk-BTWORNNG.js +71 -0
- package/dist-cli/chunks/chunk-D4FFVGI5.js +5 -0
- package/dist-cli/chunks/chunk-DCEMHR2Y.js +4 -0
- package/dist-cli/chunks/chunk-DZS6WPUI.js +4 -0
- package/dist-cli/chunks/chunk-F5ZRSS3C.js +3 -0
- package/dist-cli/chunks/chunk-FSUYIVJ6.js +9 -0
- package/dist-cli/chunks/chunk-G2WW6L2C.js +23 -0
- package/dist-cli/chunks/chunk-GASE6UBA.js +4 -0
- package/dist-cli/chunks/chunk-GGRX24GF.js +142 -0
- package/dist-cli/chunks/chunk-HI5TFJWN.js +5 -0
- package/dist-cli/chunks/chunk-IJ5CAZZC.js +5 -0
- package/dist-cli/chunks/chunk-IJO63TDP.js +4 -0
- package/dist-cli/chunks/chunk-KTHV3RUS.js +26 -0
- package/dist-cli/chunks/chunk-LF2ZVT7O.js +6 -0
- package/dist-cli/chunks/chunk-MJRLLB4R.js +38 -0
- package/dist-cli/chunks/chunk-NFK7T35W.js +4 -0
- package/dist-cli/chunks/chunk-NMF2ZMZQ.js +15 -0
- package/dist-cli/chunks/chunk-OHAZNXLK.js +4 -0
- package/dist-cli/chunks/chunk-OVFJFXUD.js +101 -0
- package/dist-cli/chunks/chunk-OZSSI4WN.js +28 -0
- package/dist-cli/chunks/chunk-QKDWYITG.js +25 -0
- package/dist-cli/chunks/chunk-RSZWCKNT.js +30 -0
- package/dist-cli/chunks/chunk-RTN5C5RL.js +4 -0
- package/dist-cli/chunks/chunk-TIVZIMMW.js +4 -0
- package/dist-cli/chunks/chunk-TZFFR3SD.js +7 -0
- package/dist-cli/chunks/chunk-UC6U3MML.js +5 -0
- package/dist-cli/chunks/chunk-VFCMSYZK.js +6 -0
- package/dist-cli/chunks/chunk-VNQEB4L7.js +5 -0
- package/dist-cli/chunks/chunk-VZXWHRUZ.js +983 -0
- package/dist-cli/chunks/chunk-W6K4EFPH.js +107 -0
- package/dist-cli/chunks/chunk-WEXDAC74.js +4 -0
- package/dist-cli/chunks/chunk-WF3T4SVI.js +14 -0
- package/dist-cli/chunks/chunk-WINYQ44O.js +4 -0
- package/dist-cli/chunks/chunk-WMIIKMGK.js +10 -0
- package/dist-cli/chunks/chunk-WUSWBCWA.js +507 -0
- package/dist-cli/chunks/chunk-WWZIXIRD.js +4 -0
- package/dist-cli/chunks/chunk-XEVZYVIW.js +766 -0
- package/dist-cli/chunks/chunk-YDGQTMQL.js +4 -0
- package/dist-cli/chunks/chunk-YIFT42WN.js +4 -0
- package/dist-cli/chunks/chunk-ZMJD5GEC.js +125 -0
- package/dist-cli/chunks/cleanup-P27PA6JI.js +25 -0
- package/dist-cli/chunks/cli-version-WWLPBDQ7.js +4 -0
- package/dist-cli/chunks/compat-ZD65FED3.js +20 -0
- package/dist-cli/chunks/config-XMJRNM2A.js +13 -0
- package/dist-cli/chunks/control-KMIQT3QP.js +4 -0
- package/dist-cli/chunks/daemon-G2ME7NLB.js +4 -0
- package/dist-cli/chunks/debug-PT4HOP7N.js +200 -0
- package/dist-cli/chunks/desktop-S3FG72AK.js +31 -0
- package/dist-cli/chunks/detox-B3D4IFCN.js +52 -0
- package/dist-cli/chunks/device-XBNDSB2R.js +18 -0
- package/dist-cli/chunks/diagnose-HMQXJE5N.js +43 -0
- package/dist-cli/chunks/disk-cleanup-BLCZ5BSZ.js +4 -0
- package/dist-cli/chunks/drivers-LDECZGP2.js +4 -0
- package/dist-cli/chunks/film-BJGTBYZB.js +74 -0
- package/dist-cli/chunks/flow-UEQNVTU7.js +4 -0
- package/dist-cli/chunks/help-T5FYSVGB.js +4 -0
- package/dist-cli/chunks/hidden-runtime-alias-ANOYADHM.js +4 -0
- package/dist-cli/chunks/home-paths-GT3LFNOR.js +4 -0
- package/dist-cli/chunks/inspect-ZA6XF5LD.js +4 -0
- package/dist-cli/chunks/install-desktop-TIMUDHPL.js +4 -0
- package/dist-cli/chunks/login-FJ737MWG.js +28 -0
- package/dist-cli/chunks/logout-ZCNMMHMY.js +4 -0
- package/dist-cli/chunks/maestro-SZTNKLDF.js +104 -0
- package/dist-cli/chunks/maestro-generate-DCFAIZ4H.js +36 -0
- package/dist-cli/chunks/mode-GRMQCRXR.js +26 -0
- package/dist-cli/chunks/optional-demo-registry-W36EWFFB.js +4 -0
- package/dist-cli/chunks/perf-QYBAAUZG.js +48 -0
- package/dist-cli/chunks/permissions-3QCQ6VF4.js +13 -0
- package/dist-cli/chunks/record-QPPC2S4E.js +72 -0
- package/dist-cli/chunks/report-issue-7NMFP4HK.js +29 -0
- package/dist-cli/chunks/runtime-XOAXMSTU.js +4 -0
- package/dist-cli/chunks/screenshot-command-67AECJFB.js +159 -0
- package/dist-cli/chunks/screenshot-layers-ASWBYPJL.js +20 -0
- package/dist-cli/chunks/screenshots-capture-PXA3HFQK.js +42 -0
- package/dist-cli/chunks/serve-BI2NBAXG.js +44 -0
- package/dist-cli/chunks/setup-7DWPMRSB.js +32 -0
- package/dist-cli/chunks/skills-S3Y22TUA.js +50 -0
- package/dist-cli/chunks/storage-XUIMJWAJ.js +37 -0
- package/dist-cli/chunks/store-JTHEJLAZ.js +4 -0
- package/dist-cli/chunks/telemetry-ZYJGD2DB.js +4 -0
- package/dist-cli/chunks/timeline-TMPLQPSP.js +24 -0
- package/dist-cli/chunks/upgrade-7HDSIM7K.js +7 -0
- package/dist-cli/chunks/upload-GMSZPWM6.js +4 -0
- package/dist-cli/chunks/version-HOCHZ37L.js +6 -0
- package/dist-cli/chunks/web-DG3WBYD3.js +4 -0
- package/dist-cli/chunks/what-happened-XFVUTZR7.js +25 -0
- package/dist-lib/agent-daemon-client.cjs +468 -0
- package/dist-lib/agent-events.cjs +48 -0
- package/dist-lib/agent-identity.cjs +53 -0
- package/dist-lib/agent-sessions.cjs +725 -0
- package/dist-lib/attached-projects.cjs +526 -0
- package/dist-lib/auth/shared-session.cjs +195 -0
- package/dist-lib/backend-origin.cjs +70 -0
- package/dist-lib/beta.cjs +41 -0
- package/dist-lib/beta.mjs +13 -0
- package/dist-lib/bridge-constants.cjs +161 -0
- package/dist-lib/cli-constants.cjs +32 -0
- package/dist-lib/config.cjs +96 -0
- package/dist-lib/detox/index.cjs +2863 -0
- package/dist-lib/detox/jest-preset.cjs +51 -0
- package/dist-lib/dev-bundle-resolution.cjs +223 -0
- package/dist-lib/home-paths.cjs +421 -0
- package/dist-lib/host/bridge-host.cjs +5600 -0
- package/dist-lib/host/fetch-proxy-handler.cjs +373 -0
- package/dist-lib/host/fetch-proxy-overrides.cjs +63 -0
- package/dist-lib/host/fetch-proxy-overrides.mjs +37 -0
- package/dist-lib/host/websocket-proxy.cjs +214 -0
- package/dist-lib/index.cjs +513 -0
- package/dist-lib/jump-to-source-babel.cjs +93 -0
- package/dist-lib/menu.cjs +620 -0
- package/dist-lib/menu.mjs +581 -0
- package/dist-lib/metro.cjs +297 -0
- package/dist-lib/profiles.cjs +246 -0
- package/dist-lib/public-brand.cjs +39 -0
- package/dist-lib/render-mode.cjs +54 -0
- package/dist-lib/scripts/dev-server-scanner.cjs +1034 -0
- package/dist-lib/sdk.cjs +2333 -0
- package/dist-lib/sdk.mjs +2240 -0
- package/dist-lib/skills.cjs +23922 -0
- package/dist-lib/vite.cjs +358 -0
- package/package.json +189 -18
- package/scripts/dev-server-scanner.ts +941 -0
- package/scripts/optional-demo-registry.ts +113 -0
- package/scripts/postinstall.cjs +3 -0
- package/scripts/preuninstall.cjs +118 -0
- package/skills/contrast/SKILL.md +171 -0
- package/skills/rnx-debug/SKILL.md +425 -0
- package/skills/rnx-perf/SKILL.md +295 -0
- package/skills/rnx-setup/SKILL.md +160 -0
- package/skills/rnx-test/SKILL.md +292 -0
- package/skills/rnx-visual/SKILL.md +122 -0
- package/src/agent-daemon-client.ts +410 -0
- package/src/agent-events.ts +71 -0
- package/src/agent-identity.ts +23 -0
- package/src/agent-prompt.ts +71 -0
- package/src/agent-sessions.ts +573 -0
- package/src/attached-projects.ts +539 -0
- package/src/auth/shared-session.ts +204 -0
- package/src/backend-origin.ts +49 -0
- package/src/beta.ts +19 -0
- package/src/bridge-constants.ts +171 -0
- package/src/browser-cache.ts +16 -0
- package/src/cli-constants.ts +1 -0
- package/src/cli-version.ts +32 -0
- package/src/codex-client.ts +215 -0
- package/src/config.ts +134 -0
- package/src/dev-bundle-resolution.ts +236 -0
- package/src/disk-cleanup.ts +466 -0
- package/src/home-paths.ts +552 -0
- package/src/host/agent-host.ts +666 -0
- package/src/host/bridge-host.ts +2626 -0
- package/src/host/fetch-proxy-handler.ts +397 -0
- package/src/host/fetch-proxy-overrides.ts +51 -0
- package/src/host/open-url.ts +89 -0
- package/src/host/websocket-proxy.ts +210 -0
- package/src/index.ts +12 -705
- package/src/jump-to-source-babel.ts +135 -0
- package/src/menu.ts +734 -0
- package/src/metro-plugin.ts +139 -0
- package/src/native-dev-bundle-url.ts +96 -0
- package/src/native-seam-manifest.ts +341 -0
- package/src/plist.ts +27 -0
- package/src/poll-until.ts +92 -0
- package/src/profiles.ts +179 -0
- package/src/public-brand.ts +9 -0
- package/src/render-mode.ts +27 -0
- package/src/runtime-assets.ts +228 -0
- package/src/runtime-delivery.ts +54 -0
- package/src/screenshots/compose.ts +422 -0
- package/src/screenshots/frame-compose.ts +454 -0
- package/src/screenshots/orchestrate.ts +256 -0
- package/src/screenshots/org-deck.ts +91 -0
- package/src/screenshots/registry.ts +58 -0
- package/src/screenshots/schema.ts +364 -0
- package/src/sdk.ts +7 -0
- package/src/settings-bundle.ts +418 -0
- package/src/skills/builtin/a11y-review.ts +132 -0
- package/src/skills/builtin/compat-check.ts +71 -0
- package/src/skills/builtin/maestro-test.ts +121 -0
- package/src/skills/builtin/perf-profile.ts +90 -0
- package/src/skills/builtin/screenshot-all.ts +52 -0
- package/src/skills/builtin/visual-diff.ts +100 -0
- package/src/skills/registry.ts +107 -0
- package/src/skills/types.ts +41 -0
- package/src/team-machine-prompt.ts +73 -0
- package/src/vite-plugin-one.ts +190 -0
- package/src/vite-plugin.ts +1750 -0
- package/src/worklets-babel.ts +134 -0
|
@@ -0,0 +1,422 @@
|
|
|
1
|
+
import { mkdirSync, readFileSync, writeFileSync } from 'fs'
|
|
2
|
+
import path from 'path'
|
|
3
|
+
import { launchReapedChrome } from '../../../../scripts/lib/reap-browser'
|
|
4
|
+
import {
|
|
5
|
+
DEFAULT_FRAME_SHADOW,
|
|
6
|
+
toAssetKey,
|
|
7
|
+
type BackgroundSpec,
|
|
8
|
+
type CanvasPreset,
|
|
9
|
+
type FrameComposeSpec,
|
|
10
|
+
type PosePresetName,
|
|
11
|
+
type TextPresetName,
|
|
12
|
+
} from './registry'
|
|
13
|
+
import type { NormalizedComposePlan, NormalizedScreenshotSlide } from './schema'
|
|
14
|
+
|
|
15
|
+
export interface ComposeSlideSource {
|
|
16
|
+
slide: NormalizedScreenshotSlide
|
|
17
|
+
imagePath: string
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface ComposeManifestEntry {
|
|
21
|
+
slideId: string
|
|
22
|
+
canvas: string
|
|
23
|
+
locale: string
|
|
24
|
+
outputPath: string
|
|
25
|
+
sourcePath: string
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface ComposeResult {
|
|
29
|
+
manifestPath: string
|
|
30
|
+
outputs: string[]
|
|
31
|
+
entries: ComposeManifestEntry[]
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export type MarketingBrowserLike = {
|
|
35
|
+
newContext: (opts: { viewport: { width: number; height: number } }) => Promise<{
|
|
36
|
+
newPage: () => Promise<{
|
|
37
|
+
setViewportSize: (size: { width: number; height: number }) => Promise<void>
|
|
38
|
+
setContent: (html: string, opts: { waitUntil: 'load' }) => Promise<void>
|
|
39
|
+
waitForTimeout: (ms: number) => Promise<void>
|
|
40
|
+
screenshot: (opts: {
|
|
41
|
+
type: 'png'
|
|
42
|
+
clip: { x: number; y: number; width: number; height: number }
|
|
43
|
+
}) => Promise<Buffer>
|
|
44
|
+
close: () => Promise<void>
|
|
45
|
+
}>
|
|
46
|
+
close: () => Promise<void>
|
|
47
|
+
}>
|
|
48
|
+
close?: () => Promise<void>
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
function escapeHtml(value: string): string {
|
|
52
|
+
return value
|
|
53
|
+
.replaceAll('&', '&')
|
|
54
|
+
.replaceAll('<', '<')
|
|
55
|
+
.replaceAll('>', '>')
|
|
56
|
+
.replaceAll('"', '"')
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
function normalizeHexColor(color: string): string {
|
|
60
|
+
const value = color.trim()
|
|
61
|
+
if (/^#[0-9a-f]{3}$/i.test(value)) {
|
|
62
|
+
return `#${value[1]}${value[1]}${value[2]}${value[2]}${value[3]}${value[3]}`
|
|
63
|
+
}
|
|
64
|
+
return value
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
function toRgba(color: string, alpha: number): string {
|
|
68
|
+
const value = normalizeHexColor(color)
|
|
69
|
+
const clampedAlpha = Math.max(0, Math.min(1, alpha))
|
|
70
|
+
const hexMatch = value.match(/^#([0-9a-f]{6})$/i)
|
|
71
|
+
if (hexMatch) {
|
|
72
|
+
const hex = hexMatch[1]
|
|
73
|
+
const r = Number.parseInt(hex.slice(0, 2), 16)
|
|
74
|
+
const g = Number.parseInt(hex.slice(2, 4), 16)
|
|
75
|
+
const b = Number.parseInt(hex.slice(4, 6), 16)
|
|
76
|
+
return `rgba(${r}, ${g}, ${b}, ${clampedAlpha})`
|
|
77
|
+
}
|
|
78
|
+
if (value.startsWith('rgb(')) {
|
|
79
|
+
return value.replace(/^rgb\((.+)\)$/i, `rgba($1, ${clampedAlpha})`)
|
|
80
|
+
}
|
|
81
|
+
return value
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
function backgroundCss(background: BackgroundSpec): string {
|
|
85
|
+
if (background.type === 'solid') {
|
|
86
|
+
return background.color || '#000000'
|
|
87
|
+
}
|
|
88
|
+
const direction = background.direction ?? 180
|
|
89
|
+
const stops =
|
|
90
|
+
background.stops?.map((stop) => `${stop.color} ${stop.offset}%`).join(', ') ||
|
|
91
|
+
'#000000 0%, #111111 100%'
|
|
92
|
+
return `linear-gradient(${direction}deg, ${stops})`
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
function glowCss(background: BackgroundSpec): string {
|
|
96
|
+
const glow = background.glow
|
|
97
|
+
if (!glow) return 'none'
|
|
98
|
+
return `radial-gradient(circle at 50% 24%, ${toRgba(glow, 0.46)} 0%, ${toRgba(glow, 0.2)} 24%, rgba(0,0,0,0) 62%)`
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
function poseTransform(pose: PosePresetName): string {
|
|
102
|
+
switch (pose) {
|
|
103
|
+
case 'tilted-left':
|
|
104
|
+
return 'perspective(2400px) rotateY(10deg) rotateZ(-2deg)'
|
|
105
|
+
case 'tilted-right':
|
|
106
|
+
return 'perspective(2400px) rotateY(-10deg) rotateZ(2deg)'
|
|
107
|
+
case 'cut-bottom':
|
|
108
|
+
return 'translateY(10%) scale(1.08)'
|
|
109
|
+
case 'cut-top':
|
|
110
|
+
return 'translateY(-16%) scale(1.08)'
|
|
111
|
+
case 'straight':
|
|
112
|
+
default:
|
|
113
|
+
return 'none'
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
function combineTransforms(...parts: string[]): string {
|
|
118
|
+
const active = parts
|
|
119
|
+
.map((part) => part.trim())
|
|
120
|
+
.filter((part) => part.length > 0 && part !== 'none')
|
|
121
|
+
return active.length > 0 ? active.join(' ') : 'none'
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
function shadowFilter(shadow: FrameComposeSpec['shadow']): string {
|
|
125
|
+
const glowColor = toRgba(shadow.color, shadow.opacity)
|
|
126
|
+
const lowerGlow = toRgba(shadow.color, shadow.opacity * 0.52)
|
|
127
|
+
return `drop-shadow(0 34px ${shadow.spread}px ${lowerGlow}) drop-shadow(0 0 ${shadow.blur}px ${glowColor})`
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
function resolveSlideShadow(
|
|
131
|
+
shadow: FrameComposeSpec['shadow'],
|
|
132
|
+
background: BackgroundSpec,
|
|
133
|
+
): FrameComposeSpec['shadow'] {
|
|
134
|
+
if (!background.glow) return shadow
|
|
135
|
+
if (shadow.color && shadow.color !== DEFAULT_FRAME_SHADOW.color) return shadow
|
|
136
|
+
return {
|
|
137
|
+
...shadow,
|
|
138
|
+
color: background.glow,
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
function textLayout(
|
|
143
|
+
preset: TextPresetName,
|
|
144
|
+
canvas: CanvasPreset,
|
|
145
|
+
): {
|
|
146
|
+
copyStyle: string
|
|
147
|
+
titleStyle: string
|
|
148
|
+
subStyle: string
|
|
149
|
+
eyebrowStyle: string
|
|
150
|
+
deviceStyle: (
|
|
151
|
+
frame: FrameComposeSpec,
|
|
152
|
+
slide: NormalizedScreenshotSlide,
|
|
153
|
+
background: BackgroundSpec,
|
|
154
|
+
) => string
|
|
155
|
+
} {
|
|
156
|
+
if (preset === 'editorial-left') {
|
|
157
|
+
const headline = Math.round(canvas.height * 0.056)
|
|
158
|
+
const subhead = Math.round(canvas.height * 0.022)
|
|
159
|
+
return {
|
|
160
|
+
copyStyle: [
|
|
161
|
+
'position:absolute',
|
|
162
|
+
`top:${Math.round(canvas.height * 0.12)}px`,
|
|
163
|
+
`left:${Math.round(canvas.width * 0.085)}px`,
|
|
164
|
+
`width:${Math.round(canvas.width * 0.42)}px`,
|
|
165
|
+
'text-align:left',
|
|
166
|
+
'z-index:3',
|
|
167
|
+
].join(';'),
|
|
168
|
+
titleStyle: `font-size:${headline}px;line-height:0.92;`,
|
|
169
|
+
subStyle: `font-size:${subhead}px;line-height:1.36;max-width:${Math.round(canvas.width * 0.36)}px;`,
|
|
170
|
+
eyebrowStyle: 'align-items:flex-start;',
|
|
171
|
+
deviceStyle: (frame, slide, background) => {
|
|
172
|
+
const width = Math.round(canvas.width * 0.68 * (slide.scale ?? frame.scale))
|
|
173
|
+
const offsetY = Math.round(
|
|
174
|
+
canvas.height * (0.03 + frame.offsetY + (slide.offsetY ?? 0)),
|
|
175
|
+
)
|
|
176
|
+
const pose = slide.pose || frame.pose || 'tilted-right'
|
|
177
|
+
const shadow = resolveSlideShadow(frame.shadow, background)
|
|
178
|
+
return [
|
|
179
|
+
'position:absolute',
|
|
180
|
+
`top:${Math.round(canvas.height * 0.18) + offsetY}px`,
|
|
181
|
+
`left:${Math.round(canvas.width * 0.56)}px`,
|
|
182
|
+
`width:${width}px`,
|
|
183
|
+
'transform-origin:center center',
|
|
184
|
+
`transform:${poseTransform(pose)}`,
|
|
185
|
+
`filter:${shadowFilter(shadow)}`,
|
|
186
|
+
'z-index:2',
|
|
187
|
+
].join(';')
|
|
188
|
+
},
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
if (preset === 'minimal-bottom') {
|
|
193
|
+
const headline = Math.round(canvas.height * 0.041)
|
|
194
|
+
const subhead = Math.round(canvas.height * 0.019)
|
|
195
|
+
return {
|
|
196
|
+
copyStyle: [
|
|
197
|
+
'position:absolute',
|
|
198
|
+
`left:${Math.round(canvas.width * 0.12)}px`,
|
|
199
|
+
`right:${Math.round(canvas.width * 0.12)}px`,
|
|
200
|
+
`bottom:${Math.round(canvas.height * 0.085)}px`,
|
|
201
|
+
'text-align:center',
|
|
202
|
+
'z-index:3',
|
|
203
|
+
].join(';'),
|
|
204
|
+
titleStyle: `font-size:${headline}px;line-height:0.96;`,
|
|
205
|
+
subStyle: `font-size:${subhead}px;line-height:1.34;max-width:${Math.round(canvas.width * 0.56)}px;margin:0 auto;`,
|
|
206
|
+
eyebrowStyle: 'align-items:center;',
|
|
207
|
+
deviceStyle: (frame, slide, background) => {
|
|
208
|
+
const width = Math.round(canvas.width * 0.84 * (slide.scale ?? frame.scale))
|
|
209
|
+
const offsetY = Math.round(canvas.height * (frame.offsetY + (slide.offsetY ?? 0)))
|
|
210
|
+
const pose = slide.pose || frame.pose
|
|
211
|
+
const shadow = resolveSlideShadow(frame.shadow, background)
|
|
212
|
+
return [
|
|
213
|
+
'position:absolute',
|
|
214
|
+
`top:${Math.round(canvas.height * 0.075) + offsetY}px`,
|
|
215
|
+
'left:50%',
|
|
216
|
+
`width:${width}px`,
|
|
217
|
+
'transform-origin:center center',
|
|
218
|
+
`transform:${combineTransforms('translateX(-50%)', poseTransform(pose))}`,
|
|
219
|
+
`filter:${shadowFilter(shadow)}`,
|
|
220
|
+
'z-index:2',
|
|
221
|
+
].join(';')
|
|
222
|
+
},
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
const headline = Math.round(canvas.height * 0.04)
|
|
227
|
+
const subhead = Math.round(canvas.height * 0.019)
|
|
228
|
+
return {
|
|
229
|
+
copyStyle: [
|
|
230
|
+
'position:absolute',
|
|
231
|
+
`top:${Math.round(canvas.height * 0.084)}px`,
|
|
232
|
+
'left:50%',
|
|
233
|
+
`width:${Math.round(canvas.width * 0.88)}px`,
|
|
234
|
+
'transform:translateX(-50%)',
|
|
235
|
+
'text-align:center',
|
|
236
|
+
'z-index:3',
|
|
237
|
+
].join(';'),
|
|
238
|
+
titleStyle: `font-size:${headline}px;line-height:0.92;`,
|
|
239
|
+
subStyle: `font-size:${subhead}px;line-height:1.34;max-width:${Math.round(canvas.width * 0.6)}px;margin:0 auto;`,
|
|
240
|
+
eyebrowStyle: 'align-items:center;',
|
|
241
|
+
deviceStyle: (frame, slide, background) => {
|
|
242
|
+
const width = Math.round(canvas.width * 0.64 * (slide.scale ?? frame.scale))
|
|
243
|
+
const offsetY = Math.round(canvas.height * (frame.offsetY + (slide.offsetY ?? 0)))
|
|
244
|
+
const pose = slide.pose || frame.pose
|
|
245
|
+
const shadow = resolveSlideShadow(frame.shadow, background)
|
|
246
|
+
return [
|
|
247
|
+
'position:absolute',
|
|
248
|
+
`top:${Math.round(canvas.height * 0.28) + offsetY}px`,
|
|
249
|
+
'left:50%',
|
|
250
|
+
`width:${width}px`,
|
|
251
|
+
'transform-origin:center top',
|
|
252
|
+
`transform:${combineTransforms('translateX(-50%)', poseTransform(pose))}`,
|
|
253
|
+
`filter:${shadowFilter(shadow)}`,
|
|
254
|
+
'z-index:2',
|
|
255
|
+
].join(';')
|
|
256
|
+
},
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
function renderSlideHtml({
|
|
261
|
+
canvas,
|
|
262
|
+
compose,
|
|
263
|
+
slide,
|
|
264
|
+
imageDataUrl,
|
|
265
|
+
}: {
|
|
266
|
+
canvas: CanvasPreset
|
|
267
|
+
compose: NormalizedComposePlan
|
|
268
|
+
slide: NormalizedScreenshotSlide
|
|
269
|
+
imageDataUrl: string
|
|
270
|
+
}): string {
|
|
271
|
+
const background = slide.background ?? compose.background
|
|
272
|
+
const layout = textLayout(compose.text.preset, canvas)
|
|
273
|
+
const copyPresent =
|
|
274
|
+
compose.text.preset !== 'none' &&
|
|
275
|
+
Boolean(slide.eyebrow || slide.headline || slide.subheadline)
|
|
276
|
+
const imageStyle = layout.deviceStyle(compose.frame, slide, background)
|
|
277
|
+
const titleHtml = slide.headline
|
|
278
|
+
? `<div style="font-weight:780;white-space:pre-line;text-wrap:balance;${layout.titleStyle}">${escapeHtml(slide.headline)}</div>`
|
|
279
|
+
: ''
|
|
280
|
+
const subHtml = slide.subheadline
|
|
281
|
+
? `<div style="margin-top:${Math.round(canvas.height * 0.018)}px;color:${compose.text.subColor};white-space:pre-line;text-wrap:balance;${layout.subStyle}">${escapeHtml(slide.subheadline)}</div>`
|
|
282
|
+
: ''
|
|
283
|
+
const eyebrowHtml = slide.eyebrow
|
|
284
|
+
? `<div style="display:flex;${layout.eyebrowStyle}margin-bottom:${Math.round(canvas.height * 0.016)}px;"><div style="font-size:${Math.round(canvas.height * 0.014)}px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:${compose.text.eyebrowColor};">${escapeHtml(slide.eyebrow)}</div></div>`
|
|
285
|
+
: ''
|
|
286
|
+
|
|
287
|
+
return `<!doctype html>
|
|
288
|
+
<html>
|
|
289
|
+
<head>
|
|
290
|
+
<meta charset="utf-8" />
|
|
291
|
+
<style>
|
|
292
|
+
html, body {
|
|
293
|
+
margin: 0;
|
|
294
|
+
width: ${canvas.width}px;
|
|
295
|
+
height: ${canvas.height}px;
|
|
296
|
+
overflow: hidden;
|
|
297
|
+
background: transparent;
|
|
298
|
+
}
|
|
299
|
+
body {
|
|
300
|
+
font-family: "SF Pro Display", "Helvetica Neue", system-ui, sans-serif;
|
|
301
|
+
}
|
|
302
|
+
#canvas {
|
|
303
|
+
position: relative;
|
|
304
|
+
width: ${canvas.width}px;
|
|
305
|
+
height: ${canvas.height}px;
|
|
306
|
+
overflow: hidden;
|
|
307
|
+
background: ${backgroundCss(background)};
|
|
308
|
+
color: ${compose.text.color};
|
|
309
|
+
isolation: isolate;
|
|
310
|
+
}
|
|
311
|
+
#glow {
|
|
312
|
+
position: absolute;
|
|
313
|
+
inset: 0;
|
|
314
|
+
background: ${glowCss(background)};
|
|
315
|
+
pointer-events: none;
|
|
316
|
+
}
|
|
317
|
+
#copy {
|
|
318
|
+
${layout.copyStyle};
|
|
319
|
+
}
|
|
320
|
+
#device {
|
|
321
|
+
${imageStyle};
|
|
322
|
+
}
|
|
323
|
+
#device img {
|
|
324
|
+
display: block;
|
|
325
|
+
width: 100%;
|
|
326
|
+
height: auto;
|
|
327
|
+
}
|
|
328
|
+
</style>
|
|
329
|
+
</head>
|
|
330
|
+
<body>
|
|
331
|
+
<div id="canvas">
|
|
332
|
+
<div id="glow"></div>
|
|
333
|
+
${copyPresent ? `<div id="copy">${eyebrowHtml}${titleHtml}${subHtml}</div>` : ''}
|
|
334
|
+
<div id="device"><img src="${imageDataUrl}" alt="" /></div>
|
|
335
|
+
</div>
|
|
336
|
+
</body>
|
|
337
|
+
</html>`
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
export async function composeMarketingScreenshots(
|
|
341
|
+
compose: NormalizedComposePlan,
|
|
342
|
+
slides: ComposeSlideSource[],
|
|
343
|
+
browserOverride?: MarketingBrowserLike,
|
|
344
|
+
): Promise<ComposeResult> {
|
|
345
|
+
const entries: ComposeManifestEntry[] = []
|
|
346
|
+
const browser =
|
|
347
|
+
browserOverride ??
|
|
348
|
+
(await (async () => {
|
|
349
|
+
const { chromium } = await import('playwright')
|
|
350
|
+
return launchReapedChrome((options) => chromium.launch(options), {
|
|
351
|
+
headless: true,
|
|
352
|
+
})
|
|
353
|
+
})())
|
|
354
|
+
try {
|
|
355
|
+
const context = await browser.newContext({ viewport: { width: 1280, height: 720 } })
|
|
356
|
+
try {
|
|
357
|
+
for (const slideSource of slides) {
|
|
358
|
+
const buffer = readFileSync(slideSource.imagePath)
|
|
359
|
+
const imageDataUrl = `data:image/png;base64,${buffer.toString('base64')}`
|
|
360
|
+
for (const canvas of compose.canvases) {
|
|
361
|
+
const page = await context.newPage()
|
|
362
|
+
try {
|
|
363
|
+
await page.setViewportSize({ width: canvas.width, height: canvas.height })
|
|
364
|
+
await page.setContent(
|
|
365
|
+
renderSlideHtml({
|
|
366
|
+
canvas,
|
|
367
|
+
compose,
|
|
368
|
+
slide: slideSource.slide,
|
|
369
|
+
imageDataUrl,
|
|
370
|
+
}),
|
|
371
|
+
{ waitUntil: 'load' },
|
|
372
|
+
)
|
|
373
|
+
await page.waitForTimeout(20)
|
|
374
|
+
const outputDir = path.join(compose.outDir, canvas.name, compose.locale)
|
|
375
|
+
mkdirSync(outputDir, { recursive: true })
|
|
376
|
+
const outputPath = path.join(outputDir, `${slideSource.slide.assetKey}.png`)
|
|
377
|
+
const png = (await page.screenshot({
|
|
378
|
+
type: 'png',
|
|
379
|
+
clip: { x: 0, y: 0, width: canvas.width, height: canvas.height },
|
|
380
|
+
})) as Buffer
|
|
381
|
+
writeFileSync(outputPath, png)
|
|
382
|
+
entries.push({
|
|
383
|
+
slideId: slideSource.slide.id,
|
|
384
|
+
canvas: canvas.name,
|
|
385
|
+
locale: compose.locale,
|
|
386
|
+
outputPath,
|
|
387
|
+
sourcePath: slideSource.imagePath,
|
|
388
|
+
})
|
|
389
|
+
} finally {
|
|
390
|
+
await page.close()
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
} finally {
|
|
395
|
+
await context.close()
|
|
396
|
+
}
|
|
397
|
+
} finally {
|
|
398
|
+
if (!browserOverride && typeof browser.close === 'function') {
|
|
399
|
+
await browser.close()
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
mkdirSync(compose.outDir, { recursive: true })
|
|
404
|
+
const manifestPath = path.join(compose.outDir, 'manifest.json')
|
|
405
|
+
writeFileSync(
|
|
406
|
+
manifestPath,
|
|
407
|
+
JSON.stringify(
|
|
408
|
+
{
|
|
409
|
+
generatedAt: new Date().toISOString(),
|
|
410
|
+
locale: compose.locale,
|
|
411
|
+
outputs: entries,
|
|
412
|
+
},
|
|
413
|
+
null,
|
|
414
|
+
2,
|
|
415
|
+
),
|
|
416
|
+
)
|
|
417
|
+
return {
|
|
418
|
+
manifestPath,
|
|
419
|
+
outputs: entries.map((entry) => entry.outputPath),
|
|
420
|
+
entries,
|
|
421
|
+
}
|
|
422
|
+
}
|