screenci 0.0.76 → 0.0.79
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/dist/cli.d.ts +58 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +584 -200
- package/dist/cli.js.map +1 -1
- package/dist/docs/manifest.d.ts +253 -98
- package/dist/docs/manifest.d.ts.map +1 -1
- package/dist/docs/manifest.js +92 -32
- package/dist/docs/manifest.js.map +1 -1
- package/dist/docs/video-sources/camera-and-zooming.screenci.d.ts +2 -0
- package/dist/docs/video-sources/camera-and-zooming.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/camera-and-zooming.screenci.js +57 -0
- package/dist/docs/video-sources/camera-and-zooming.screenci.js.map +1 -0
- package/dist/docs/video-sources/installation.screenci.js +9 -6
- package/dist/docs/video-sources/installation.screenci.js.map +1 -1
- package/dist/docs/video-sources/languages.screenci.d.ts +2 -0
- package/dist/docs/video-sources/languages.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/languages.screenci.js +68 -0
- package/dist/docs/video-sources/languages.screenci.js.map +1 -0
- package/dist/docs/video-sources/locator-highlight-animated.screenci.js +1 -1
- package/dist/docs/video-sources/locator-highlight-animated.screenci.js.map +1 -1
- package/dist/docs/video-sources/narration.screenci.d.ts +2 -0
- package/dist/docs/video-sources/narration.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/narration.screenci.js +71 -0
- package/dist/docs/video-sources/narration.screenci.js.map +1 -0
- package/dist/docs/video-sources/public-urls-and-embeds.screenci.d.ts +2 -0
- package/dist/docs/video-sources/public-urls-and-embeds.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/public-urls-and-embeds.screenci.js +60 -0
- package/dist/docs/video-sources/public-urls-and-embeds.screenci.js.map +1 -0
- package/dist/docs/video-sources/speaking-style.screenci.d.ts +2 -0
- package/dist/docs/video-sources/speaking-style.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/speaking-style.screenci.js +76 -0
- package/dist/docs/video-sources/speaking-style.screenci.js.map +1 -0
- package/dist/docs/video-sources/vertical-video.screenci.d.ts +2 -0
- package/dist/docs/video-sources/vertical-video.screenci.d.ts.map +1 -0
- package/dist/docs/video-sources/vertical-video.screenci.js +58 -0
- package/dist/docs/video-sources/vertical-video.screenci.js.map +1 -0
- package/dist/docs/videos.d.ts +20 -0
- package/dist/docs/videos.d.ts.map +1 -1
- package/dist/docs/videos.js +25 -0
- package/dist/docs/videos.js.map +1 -1
- package/dist/e2e/instrument.e2e.js +8 -0
- package/dist/e2e/instrument.e2e.js.map +1 -1
- package/dist/e2e/redact.e2e.d.ts +2 -0
- package/dist/e2e/redact.e2e.d.ts.map +1 -0
- package/dist/e2e/redact.e2e.js +161 -0
- package/dist/e2e/redact.e2e.js.map +1 -0
- package/dist/index.d.ts +10 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/src/asset.d.ts +154 -13
- package/dist/src/asset.d.ts.map +1 -1
- package/dist/src/asset.js +262 -32
- package/dist/src/asset.js.map +1 -1
- package/dist/src/assetHash.d.ts +27 -0
- package/dist/src/assetHash.d.ts.map +1 -0
- package/dist/src/assetHash.js +0 -0
- package/dist/src/assetHash.js.map +1 -0
- package/dist/src/audio.d.ts +8 -5
- package/dist/src/audio.d.ts.map +1 -1
- package/dist/src/audio.js +56 -31
- package/dist/src/audio.js.map +1 -1
- package/dist/src/builder.d.ts +132 -32
- package/dist/src/builder.d.ts.map +1 -1
- package/dist/src/builder.js +66 -20
- package/dist/src/builder.js.map +1 -1
- package/dist/src/changeFocus.d.ts.map +1 -1
- package/dist/src/changeFocus.js +103 -34
- package/dist/src/changeFocus.js.map +1 -1
- package/dist/src/cue.d.ts +29 -17
- package/dist/src/cue.d.ts.map +1 -1
- package/dist/src/cue.js +138 -61
- package/dist/src/cue.js.map +1 -1
- package/dist/src/declare.d.ts +8 -4
- package/dist/src/declare.d.ts.map +1 -1
- package/dist/src/declare.js +28 -10
- package/dist/src/declare.js.map +1 -1
- package/dist/src/defaults.d.ts +23 -0
- package/dist/src/defaults.d.ts.map +1 -1
- package/dist/src/defaults.js +23 -0
- package/dist/src/defaults.js.map +1 -1
- package/dist/src/events.d.ts +289 -25
- package/dist/src/events.d.ts.map +1 -1
- package/dist/src/events.js +145 -13
- package/dist/src/events.js.map +1 -1
- package/dist/src/htmlRasterizer.d.ts +10 -0
- package/dist/src/htmlRasterizer.d.ts.map +1 -1
- package/dist/src/htmlRasterizer.js +12 -2
- package/dist/src/htmlRasterizer.js.map +1 -1
- package/dist/src/init.d.ts +2 -0
- package/dist/src/init.d.ts.map +1 -1
- package/dist/src/init.js +60 -28
- package/dist/src/init.js.map +1 -1
- package/dist/src/instrument.d.ts.map +1 -1
- package/dist/src/instrument.js +25 -7
- package/dist/src/instrument.js.map +1 -1
- package/dist/src/locales.d.ts.map +1 -1
- package/dist/src/locales.js +1 -0
- package/dist/src/locales.js.map +1 -1
- package/dist/src/localize.d.ts +25 -17
- package/dist/src/localize.d.ts.map +1 -1
- package/dist/src/localize.js +18 -10
- package/dist/src/localize.js.map +1 -1
- package/dist/src/localizeRuntime.d.ts +18 -13
- package/dist/src/localizeRuntime.d.ts.map +1 -1
- package/dist/src/localizeRuntime.js +28 -18
- package/dist/src/localizeRuntime.js.map +1 -1
- package/dist/src/logger.d.ts +5 -0
- package/dist/src/logger.d.ts.map +1 -1
- package/dist/src/logger.js +7 -0
- package/dist/src/logger.js.map +1 -1
- package/dist/src/narrationVisibility.d.ts +19 -0
- package/dist/src/narrationVisibility.d.ts.map +1 -0
- package/dist/src/narrationVisibility.js +26 -0
- package/dist/src/narrationVisibility.js.map +1 -0
- package/dist/src/recordingData.d.ts +7 -0
- package/dist/src/recordingData.d.ts.map +1 -1
- package/dist/src/recordingSize.d.ts +32 -0
- package/dist/src/recordingSize.d.ts.map +1 -0
- package/dist/src/recordingSize.js +54 -0
- package/dist/src/recordingSize.js.map +1 -0
- package/dist/src/redact.d.ts +68 -0
- package/dist/src/redact.d.ts.map +1 -0
- package/dist/src/redact.js +138 -0
- package/dist/src/redact.js.map +1 -0
- package/dist/src/redactController.d.ts +61 -0
- package/dist/src/redactController.d.ts.map +1 -0
- package/dist/src/redactController.js +232 -0
- package/dist/src/redactController.js.map +1 -0
- package/dist/src/runtimeContext.d.ts +32 -0
- package/dist/src/runtimeContext.d.ts.map +1 -1
- package/dist/src/runtimeContext.js +21 -0
- package/dist/src/runtimeContext.js.map +1 -1
- package/dist/src/runtimeMode.d.ts +15 -7
- package/dist/src/runtimeMode.d.ts.map +1 -1
- package/dist/src/runtimeMode.js +17 -6
- package/dist/src/runtimeMode.js.map +1 -1
- package/dist/src/screenAudio.d.ts +34 -4
- package/dist/src/screenAudio.d.ts.map +1 -1
- package/dist/src/screenAudio.js +0 -0
- package/dist/src/screenAudio.js.map +1 -1
- package/dist/src/screenAudioSink.d.ts +12 -0
- package/dist/src/screenAudioSink.d.ts.map +1 -1
- package/dist/src/screenAudioSink.js +30 -0
- package/dist/src/screenAudioSink.js.map +1 -1
- package/dist/src/screenshot.d.ts +16 -14
- package/dist/src/screenshot.d.ts.map +1 -1
- package/dist/src/screenshot.js +11 -11
- package/dist/src/screenshot.js.map +1 -1
- package/dist/src/sourceTrim.d.ts +29 -0
- package/dist/src/sourceTrim.d.ts.map +1 -0
- package/dist/src/sourceTrim.js +76 -0
- package/dist/src/sourceTrim.js.map +1 -0
- package/dist/src/studio.d.ts +71 -3
- package/dist/src/studio.d.ts.map +1 -1
- package/dist/src/studio.js +19 -1
- package/dist/src/studio.js.map +1 -1
- package/dist/src/timelineOffset.d.ts +46 -0
- package/dist/src/timelineOffset.d.ts.map +1 -0
- package/dist/src/timelineOffset.js +66 -0
- package/dist/src/timelineOffset.js.map +1 -0
- package/dist/src/titleValidation.d.ts +38 -0
- package/dist/src/titleValidation.d.ts.map +1 -1
- package/dist/src/titleValidation.js +42 -0
- package/dist/src/titleValidation.js.map +1 -1
- package/dist/src/types.d.ts +85 -0
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/types.js +1 -1
- package/dist/src/types.js.map +1 -1
- package/dist/src/video.d.ts +37 -34
- package/dist/src/video.d.ts.map +1 -1
- package/dist/src/video.js +99 -48
- package/dist/src/video.js.map +1 -1
- package/dist/src/voiceSampleAudio.d.ts +34 -0
- package/dist/src/voiceSampleAudio.d.ts.map +1 -0
- package/dist/src/voiceSampleAudio.js +105 -0
- package/dist/src/voiceSampleAudio.js.map +1 -0
- package/dist/src/voices.d.ts +2 -2
- package/dist/src/voices.d.ts.map +1 -1
- package/dist/src/voices.js +8 -3
- package/dist/src/voices.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
- package/templates/recordings/assets/logo.png +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -7,18 +7,25 @@ export { screenshot } from './src/screenshot.js';
|
|
|
7
7
|
export type { CropTarget, CropRegion, CropOptions, ScreenshotCrop, ScreenshotCropRecord, ResolvedCropPadding, } from './src/crop.js';
|
|
8
8
|
export type { ScreenCIPage, ScreenCILocator } from './src/types.js';
|
|
9
9
|
export type { NarrationCue, Cues, TopLevelVoiceConfig } from './src/cue.js';
|
|
10
|
+
export { studio } from './src/studio.js';
|
|
11
|
+
export type { StudioMarker, StudioPending } from './src/studio.js';
|
|
12
|
+
export type { TimelineOffset } from './src/timelineOffset.js';
|
|
10
13
|
export type { LangNarrationOverride } from './src/voiceConfig.js';
|
|
11
|
-
export type { EachVariant, MediaBuilder, VideoBuilder, LocalizeMode, LanguagesArg, RecordingLocalize, } from './src/builder.js';
|
|
14
|
+
export type { EachVariant, MediaBuilder, VideoBuilder, LocalizeMode, LanguagesArg, LanguagesConfig, RecordingLocalize, } from './src/builder.js';
|
|
12
15
|
export type { FeatureArg } from './src/declare.js';
|
|
13
16
|
export type { VoiceConfig, LocalizeNarrationValue } from './src/localize.js';
|
|
14
17
|
export { resolveLocaleForLanguage, DEFAULT_LANGUAGE_LOCALES, } from './src/locales.js';
|
|
15
18
|
export { hide } from './src/hide.js';
|
|
19
|
+
export { redact, unredactAll } from './src/redact.js';
|
|
20
|
+
export type { RedactOptions, RedactStyle, RedactHandle } from './src/types.js';
|
|
16
21
|
export { speed } from './src/speed.js';
|
|
17
22
|
export { time } from './src/time.js';
|
|
18
23
|
export { autoZoom } from './src/autoZoom.js';
|
|
19
24
|
export { zoomTo, resetZoom } from './src/manualZoom.js';
|
|
20
|
-
export {
|
|
21
|
-
export
|
|
25
|
+
export { resizeRecording, resetRecordingSize, type ResizeRecordingOptions, } from './src/recordingSize.js';
|
|
26
|
+
export { hideNarration, showNarration } from './src/narrationVisibility.js';
|
|
27
|
+
export { setOverlayCss, MAX_AUDIO_LEVEL, selected } from './src/asset.js';
|
|
28
|
+
export type { OverlayController, OverlayConfig, OverlayConfigFactory, OverlayInput, OverlayInputOrFactory, Overlays, OverlayControllerFor, ReactElementLike, OverlayPlacement, OverlayCrop, DependencyOverlayInput, DependencyOverlayOptions, } from './src/asset.js';
|
|
22
29
|
export { overlayRect } from './src/overlayRect.js';
|
|
23
30
|
export type { OverlayRect, OverlayRectOptions } from './src/overlayRect.js';
|
|
24
31
|
export type { AudioController, AudioConfig, AudioInput, AudioTracks, } from './src/audio.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AACA,YAAY,EACV,WAAW,EACX,GAAG,EACH,OAAO,EACP,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,sBAAsB,EACtB,uBAAuB,EACvB,cAAc,EACd,sBAAsB,EACtB,eAAe,EACf,MAAM,EACN,kBAAkB,GACnB,MAAM,gBAAgB,CAAA;AAGvB,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACpD,YAAY,EACV,QAAQ,EACR,aAAa,EACb,kBAAkB,EAClB,cAAc,EACd,SAAS,GACV,MAAM,iBAAiB,CAAA;AAGxB,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAG9C,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAChD,YAAY,EACV,UAAU,EACV,UAAU,EACV,WAAW,EACX,cAAc,EACd,oBAAoB,EACpB,mBAAmB,GACpB,MAAM,eAAe,CAAA;AACtB,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAInE,YAAY,EAAE,YAAY,EAAE,IAAI,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -5,12 +5,19 @@ export { defineConfig } from './src/config.js';
|
|
|
5
5
|
// Re-export video fixture and narration cue
|
|
6
6
|
export { video } from './src/video.js';
|
|
7
7
|
export { screenshot } from './src/screenshot.js';
|
|
8
|
+
// `studio(...)` defers a feature/language declaration to the ScreenCI web app:
|
|
9
|
+
// `studio(['name'])` blank names, `studio({ name: value })` seeded, `studio()`
|
|
10
|
+
// keyless (languages only).
|
|
11
|
+
export { studio } from './src/studio.js';
|
|
8
12
|
export { resolveLocaleForLanguage, DEFAULT_LANGUAGE_LOCALES, } from './src/locales.js';
|
|
9
13
|
export { hide } from './src/hide.js';
|
|
14
|
+
export { redact, unredactAll } from './src/redact.js';
|
|
10
15
|
export { speed } from './src/speed.js';
|
|
11
16
|
export { time } from './src/time.js';
|
|
12
17
|
export { autoZoom } from './src/autoZoom.js';
|
|
13
18
|
export { zoomTo, resetZoom } from './src/manualZoom.js';
|
|
14
|
-
export {
|
|
19
|
+
export { resizeRecording, resetRecordingSize, } from './src/recordingSize.js';
|
|
20
|
+
export { hideNarration, showNarration } from './src/narrationVisibility.js';
|
|
21
|
+
export { setOverlayCss, MAX_AUDIO_LEVEL, selected } from './src/asset.js';
|
|
15
22
|
export { overlayRect } from './src/overlayRect.js';
|
|
16
23
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAiBA,mBAAmB;AACnB,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AASpD,4BAA4B;AAC5B,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAE9C,4CAA4C;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAiBA,mBAAmB;AACnB,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AASpD,4BAA4B;AAC5B,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAE9C,4CAA4C;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAchD,+EAA+E;AAC/E,+EAA+E;AAC/E,4BAA4B;AAC5B,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAexC,OAAO,EACL,wBAAwB,EACxB,wBAAwB,GACzB,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAErD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AACtC,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EACL,eAAe,EACf,kBAAkB,GAEnB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAC3E,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAezE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA"}
|
package/dist/src/asset.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { Locator } from '@playwright/test';
|
|
2
2
|
import type { NormalizedFeature } from './declare.js';
|
|
3
|
-
import type
|
|
3
|
+
import { type IEventRecorder, type OverlayCrop } from './events.js';
|
|
4
|
+
import { type TimelineOffset } from './timelineOffset.js';
|
|
4
5
|
export { setOverlayCss } from './htmlRasterizer.js';
|
|
5
|
-
export type { OverlayPlacement } from './events.js';
|
|
6
|
+
export type { OverlayPlacement, OverlayCrop } from './events.js';
|
|
6
7
|
/**
|
|
7
8
|
* Minimal structural stand-in for a React element. Defined here so the core SDK
|
|
8
9
|
* never has to depend on `@types/react`: any JSX element is assignable to this,
|
|
@@ -63,14 +64,16 @@ type OverlayCommon = {
|
|
|
63
64
|
*/
|
|
64
65
|
margin?: number;
|
|
65
66
|
/**
|
|
66
|
-
*
|
|
67
|
+
* Default visible length, as a relative time string (`'2s'`, `'0:02'`), used
|
|
68
|
+
* when the overlay is shown with a bare call (`await overlays.logo()`) or
|
|
69
|
+
* `.for()` without its own length. Seconds/timecode only (no percentage).
|
|
67
70
|
* Omit when driving with `start()`/`end()`. Image/HTML/React overlays only.
|
|
68
71
|
*
|
|
69
72
|
* For animated overlays (`animate: true`) this is also the capture length: it
|
|
70
73
|
* is required when driving with `start()`/`end()` (the capture length is
|
|
71
74
|
* otherwise unknown).
|
|
72
75
|
*/
|
|
73
|
-
|
|
76
|
+
duration?: TimelineOffset;
|
|
74
77
|
/**
|
|
75
78
|
* Capture the overlay as an animation so its CSS/JS animation plays back in
|
|
76
79
|
* the video (HTML files and React elements only). The animation is sampled
|
|
@@ -92,6 +95,21 @@ type OverlayCommon = {
|
|
|
92
95
|
* HTML files and React elements only.
|
|
93
96
|
*/
|
|
94
97
|
capturePadding?: number;
|
|
98
|
+
/**
|
|
99
|
+
* Crop a rectangle of the SOURCE file before it is placed/scaled, in the
|
|
100
|
+
* source's own pixels (top-left origin), like Playwright's
|
|
101
|
+
* `page.screenshot({ clip })`. File overlays only (`.svg`/`.png` images and
|
|
102
|
+
* `.mp4` videos); rejected for `.html`/inline `html`/React `element`/`over`.
|
|
103
|
+
*/
|
|
104
|
+
crop?: OverlayCrop;
|
|
105
|
+
/**
|
|
106
|
+
* Keep the overlay stuck to the screen while the camera zooms: it stays at a
|
|
107
|
+
* fixed position and size in the output frame, unaffected by zoom. Useful for
|
|
108
|
+
* HUD-style elements (a corner logo, a persistent badge). By default (unset)
|
|
109
|
+
* an overlay is "burned" into the scene, so it moves and scales with the
|
|
110
|
+
* recording as the camera zooms and pans.
|
|
111
|
+
*/
|
|
112
|
+
pinToScreen?: boolean;
|
|
95
113
|
};
|
|
96
114
|
/** Fields that only apply to a `.mp4` video overlay (a file `path`). */
|
|
97
115
|
type OverlayVideoFields = {
|
|
@@ -105,11 +123,11 @@ type OverlayVideoFields = {
|
|
|
105
123
|
/**
|
|
106
124
|
* Playback-rate multiplier for `.mp4` overlays. `2` plays the clip (and its
|
|
107
125
|
* audio) twice as fast, `0.5` at half speed; `1` (the default) is the natural
|
|
108
|
-
* rate. Works like {@link speed} for a recording.
|
|
109
|
-
* (`await overlays.clip()`)
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
* exclusive with {@link time}. Video overlays only.
|
|
126
|
+
* rate. Works like {@link speed} for a recording. It sets how long the (sped)
|
|
127
|
+
* clip plays for, whether driven by a blocking call (`await overlays.clip()`)
|
|
128
|
+
* or a live `start()`/`end()` window, since both play the clip out to its end
|
|
129
|
+
* (see {@link OverlayController}); use it (or {@link time}) to make a clip run
|
|
130
|
+
* shorter. Mutually exclusive with {@link time}. Video overlays only.
|
|
113
131
|
*/
|
|
114
132
|
speed?: number;
|
|
115
133
|
/**
|
|
@@ -119,6 +137,18 @@ type OverlayVideoFields = {
|
|
|
119
137
|
* exclusive with {@link speed}. Video overlays only.
|
|
120
138
|
*/
|
|
121
139
|
time?: number;
|
|
140
|
+
/**
|
|
141
|
+
* Late start into the source video: skip to this point before playing. A time
|
|
142
|
+
* string only: `'2s'`/`'1.5s'`, a `'0:02'`/`'0:02.5'` timecode, or `'50%'` of
|
|
143
|
+
* the source duration. `.mp4` overlays only.
|
|
144
|
+
*/
|
|
145
|
+
start?: TimelineOffset;
|
|
146
|
+
/**
|
|
147
|
+
* Early end into the source video: stop playing at this point. A time string
|
|
148
|
+
* only (same forms as {@link start}; a percentage is of the source duration).
|
|
149
|
+
* `.mp4` overlays only.
|
|
150
|
+
*/
|
|
151
|
+
end?: TimelineOffset;
|
|
122
152
|
};
|
|
123
153
|
/**
|
|
124
154
|
* An overlay drawn from a file `path`: `.svg`/`.png` (image), `.mp4` (video),
|
|
@@ -145,6 +175,9 @@ export type ElementOverlayConfig = OverlayCommon & {
|
|
|
145
175
|
volume?: never;
|
|
146
176
|
speed?: never;
|
|
147
177
|
time?: never;
|
|
178
|
+
start?: never;
|
|
179
|
+
end?: never;
|
|
180
|
+
crop?: never;
|
|
148
181
|
};
|
|
149
182
|
/**
|
|
150
183
|
* An overlay rendered from an inline `html` fragment to a transparent PNG (or
|
|
@@ -163,6 +196,9 @@ export type HtmlOverlayConfig = OverlayCommon & {
|
|
|
163
196
|
volume?: never;
|
|
164
197
|
speed?: never;
|
|
165
198
|
time?: never;
|
|
199
|
+
start?: never;
|
|
200
|
+
end?: never;
|
|
201
|
+
crop?: never;
|
|
166
202
|
};
|
|
167
203
|
/**
|
|
168
204
|
* Display options for an overlay. An overlay draws its content from exactly one
|
|
@@ -178,14 +214,81 @@ export type OverlayConfig = FileOverlayConfig | ElementOverlayConfig | HtmlOverl
|
|
|
178
214
|
* headroom for a boost while guarding against accidental extreme distortion.
|
|
179
215
|
*/
|
|
180
216
|
export declare const MAX_AUDIO_LEVEL = 4;
|
|
217
|
+
/**
|
|
218
|
+
* Placement options accepted by {@link selected}. These are the subset of
|
|
219
|
+
* {@link OverlayCommon} that apply to a render dependency: the embedded output
|
|
220
|
+
* is a finished still or clip, so source-only fields (`over`/`margin`/`animate`/
|
|
221
|
+
* `css`/`capturePadding`) do not apply.
|
|
222
|
+
*/
|
|
223
|
+
export type DependencyOverlayOptions = Pick<OverlayCommon, 'relativeTo' | 'x' | 'y' | 'width' | 'height' | 'aspectRatio' | 'fill' | 'duration' | 'crop' | 'pinToScreen'> & {
|
|
224
|
+
/**
|
|
225
|
+
* Late start into the embedded VIDEO (a `'2s'`/timecode/`'50%'` position).
|
|
226
|
+
* Video dependencies only; rejected when the target resolves to a screenshot.
|
|
227
|
+
*/
|
|
228
|
+
start?: TimelineOffset;
|
|
229
|
+
/** Early end into the embedded VIDEO (video dependencies only). */
|
|
230
|
+
end?: TimelineOffset;
|
|
231
|
+
/**
|
|
232
|
+
* Also carry the embedded target's narration subtitles up into the surrounding
|
|
233
|
+
* video. The embed always plays the target's audio; with this on, the target's
|
|
234
|
+
* subtitles are additionally shown as subtitles of the surrounding video (in
|
|
235
|
+
* its VTT track) for the window the embed plays, wherever the surrounding video
|
|
236
|
+
* has no competing narration of its own. Defaults to `false`.
|
|
237
|
+
*/
|
|
238
|
+
inheritSubtitles?: boolean;
|
|
239
|
+
};
|
|
240
|
+
/** Brand identifying a {@link selected} render-dependency overlay input. */
|
|
241
|
+
declare const DEPENDENCY_INPUT_BRAND: "__screenciSelectedDependency";
|
|
242
|
+
/**
|
|
243
|
+
* The overlay input produced by {@link selected}. It embeds another render's
|
|
244
|
+
* output (a video or screenshot) as an overlay rather than a local file. The
|
|
245
|
+
* `name` identifies the target render (project-unique); `config` carries
|
|
246
|
+
* placement. The medium and concrete output are resolved by the backend.
|
|
247
|
+
*/
|
|
248
|
+
export type DependencyOverlayInput = {
|
|
249
|
+
readonly [DEPENDENCY_INPUT_BRAND]: true;
|
|
250
|
+
/** Project-unique name of the target video/screenshot to embed. */
|
|
251
|
+
name: string;
|
|
252
|
+
/** Placement options for the embedded overlay. */
|
|
253
|
+
config: DependencyOverlayOptions;
|
|
254
|
+
};
|
|
255
|
+
/**
|
|
256
|
+
* Embed another render's output as an overlay (a "render dependency"). Pass the
|
|
257
|
+
* project-unique `name` of a video or screenshot; screenci embeds that target's
|
|
258
|
+
* selected render for the matching language (falling back to its latest finished
|
|
259
|
+
* render before anything is selected). When the target's selection changes, this
|
|
260
|
+
* recording's dependents automatically re-render to embed the new output.
|
|
261
|
+
*
|
|
262
|
+
* No local file is read for a `selected(...)` overlay: the medium and concrete
|
|
263
|
+
* output are looked up by the backend at render time. Screenshots may only embed
|
|
264
|
+
* other screenshots; videos may embed either.
|
|
265
|
+
*
|
|
266
|
+
* The embed plays the target's audio. Pass `{ inheritSubtitles: true }` to also
|
|
267
|
+
* carry the target's narration subtitles up into the surrounding video's subtitle
|
|
268
|
+
* track for the window it plays, wherever the surrounding video has no competing
|
|
269
|
+
* narration of its own (off by default).
|
|
270
|
+
*
|
|
271
|
+
* @example
|
|
272
|
+
* ```ts
|
|
273
|
+
* video.overlays({ intro: selected('Intro Clip') })(
|
|
274
|
+
* 'Full Demo',
|
|
275
|
+
* async ({ page, overlays }) => {
|
|
276
|
+
* await overlays.intro()
|
|
277
|
+
* await page.goto('/dashboard')
|
|
278
|
+
* }
|
|
279
|
+
* )
|
|
280
|
+
* ```
|
|
281
|
+
*/
|
|
282
|
+
export declare function selected(name: string, options?: DependencyOverlayOptions): DependencyOverlayInput;
|
|
181
283
|
/**
|
|
182
284
|
* A value accepted by {@link createOverlays} for each key:
|
|
183
285
|
*
|
|
184
286
|
* - a `string` file path (`.html`/`.svg`/`.png`/`.mp4`),
|
|
185
|
-
* - a React element,
|
|
186
|
-
* - an {@link OverlayConfig} object
|
|
287
|
+
* - a React element,
|
|
288
|
+
* - an {@link OverlayConfig} object, or
|
|
289
|
+
* - a {@link selected} render dependency.
|
|
187
290
|
*/
|
|
188
|
-
export type OverlayInput = string | ReactElementLike | OverlayConfig;
|
|
291
|
+
export type OverlayInput = string | ReactElementLike | OverlayConfig | DependencyOverlayInput;
|
|
189
292
|
/**
|
|
190
293
|
* A factory that builds an {@link OverlayConfig} from caller-supplied props.
|
|
191
294
|
* Use this to make an overlay programmatic: the returned config (its content and
|
|
@@ -224,6 +327,7 @@ export declare function resetAssetChain(): void;
|
|
|
224
327
|
* the worker may legitimately reference a file that does not resolve here.
|
|
225
328
|
*/
|
|
226
329
|
export declare function validateRegisteredAssetPaths(testFilePath: string | null): Promise<void>;
|
|
330
|
+
export declare function resetMissingOverlayWarnings(): void;
|
|
227
331
|
/**
|
|
228
332
|
* An overlay controller.
|
|
229
333
|
*
|
|
@@ -231,6 +335,14 @@ export declare function validateRegisteredAssetPaths(testFilePath: string | null
|
|
|
231
335
|
* (blocking). Use `start()`/`end()` to keep the overlay on screen while the page
|
|
232
336
|
* is driven underneath.
|
|
233
337
|
*
|
|
338
|
+
* For an overlay with an intrinsic length (a `.mp4` video, an embedded video
|
|
339
|
+
* dependency, or an animated HTML/React clip), `end()` lets the clip finish: if
|
|
340
|
+
* the media outlasts the live window, the remainder plays out over a frozen
|
|
341
|
+
* frame before the timeline continues, rather than being cut. To show less of
|
|
342
|
+
* such a clip, trim it (`start`/`end`/`speed`/`time`, or `selected(..., { end })`)
|
|
343
|
+
* rather than ending early. Length-less overlays (image, inline `html`, React)
|
|
344
|
+
* end exactly at `end()`.
|
|
345
|
+
*
|
|
234
346
|
* Overlays may overlap: several can be live at once (interleaved, not just
|
|
235
347
|
* nested), and a blocking overlay can run while others stay live. Each overlay
|
|
236
348
|
* you `start()` must be `end()`ed before the video function returns, and the
|
|
@@ -255,8 +367,37 @@ export declare function validateRegisteredAssetPaths(testFilePath: string | null
|
|
|
255
367
|
* ```
|
|
256
368
|
*/
|
|
257
369
|
export type OverlayController = {
|
|
258
|
-
|
|
370
|
+
/**
|
|
371
|
+
* Hold the overlay for its natural length. Valid only for a source with an
|
|
372
|
+
* intrinsic length (a `.mp4` video, or an embedded video dependency). Image,
|
|
373
|
+
* inline `html`, and React overlays have no natural length: use `.for(...)`,
|
|
374
|
+
* `.until(...)`, or drive them with `start()`/`end()`.
|
|
375
|
+
*/
|
|
376
|
+
(): Promise<void>;
|
|
377
|
+
/**
|
|
378
|
+
* Hold the overlay for a relative length, e.g. `.for('2s')` or `.for('0:02')`.
|
|
379
|
+
* Seconds and timecodes only; a percentage is rejected (a relative length has
|
|
380
|
+
* nothing to take a percentage of). Not for `.mp4`/animated overlays, whose
|
|
381
|
+
* length is fixed.
|
|
382
|
+
*/
|
|
383
|
+
for(duration: TimelineOffset): Promise<void>;
|
|
384
|
+
/**
|
|
385
|
+
* Keep the overlay visible until this absolute point in the final video (a
|
|
386
|
+
* `'<n>s'`/timecode position, or a `'<n>%'` fraction). Supported for image,
|
|
387
|
+
* HTML/React (static), and embedded-render overlays; not for `.mp4` or animated
|
|
388
|
+
* overlays, whose length is fixed. Successive `.until(...)` targets must be
|
|
389
|
+
* monotonic (each at or after the previous timeline point).
|
|
390
|
+
*/
|
|
391
|
+
until(position: TimelineOffset): Promise<void>;
|
|
392
|
+
/** Show the overlay live over the recording (non-blocking); pair with `end()`. */
|
|
259
393
|
start(): Promise<void>;
|
|
394
|
+
/**
|
|
395
|
+
* Stop a live overlay. For a length-less overlay (image/HTML/React) it ends
|
|
396
|
+
* immediately. For an overlay with an intrinsic length (video / dependency /
|
|
397
|
+
* animated) whose media has not finished, the clip plays out to its natural
|
|
398
|
+
* end over a frozen frame before the timeline continues; trim the source to
|
|
399
|
+
* show less instead of ending early.
|
|
400
|
+
*/
|
|
260
401
|
end(): Promise<void>;
|
|
261
402
|
};
|
|
262
403
|
/**
|
package/dist/src/asset.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asset.d.ts","sourceRoot":"","sources":["../../src/asset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAA;AACrD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"asset.d.ts","sourceRoot":"","sources":["../../src/asset.ts"],"names":[],"mappings":"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"}
|