screenci 0.0.52 → 0.0.53
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/docs/manifest.d.ts +106 -199
- package/dist/docs/manifest.d.ts.map +1 -1
- package/dist/docs/manifest.js +36 -69
- package/dist/docs/manifest.js.map +1 -1
- package/dist/docs/videos.d.ts +0 -56
- package/dist/docs/videos.d.ts.map +1 -1
- package/dist/docs/videos.js +0 -32
- package/dist/docs/videos.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/docs/video-sources/assets-and-overlays.video.d.ts +0 -2
- package/dist/docs/video-sources/assets-and-overlays.video.d.ts.map +0 -1
- package/dist/docs/video-sources/assets-and-overlays.video.js +0 -39
- package/dist/docs/video-sources/assets-and-overlays.video.js.map +0 -1
- package/dist/docs/video-sources/camera-and-zooming.video.d.ts +0 -2
- package/dist/docs/video-sources/camera-and-zooming.video.d.ts.map +0 -1
- package/dist/docs/video-sources/camera-and-zooming.video.js +0 -36
- package/dist/docs/video-sources/camera-and-zooming.video.js.map +0 -1
- package/dist/docs/video-sources/ci-setup.video.d.ts +0 -2
- package/dist/docs/video-sources/ci-setup.video.d.ts.map +0 -1
- package/dist/docs/video-sources/ci-setup.video.js +0 -36
- package/dist/docs/video-sources/ci-setup.video.js.map +0 -1
- package/dist/docs/video-sources/generating-videos.video.d.ts +0 -2
- package/dist/docs/video-sources/generating-videos.video.d.ts.map +0 -1
- package/dist/docs/video-sources/generating-videos.video.js +0 -36
- package/dist/docs/video-sources/generating-videos.video.js.map +0 -1
- package/dist/docs/video-sources/narration-and-localization.video.d.ts +0 -2
- package/dist/docs/video-sources/narration-and-localization.video.d.ts.map +0 -1
- package/dist/docs/video-sources/narration-and-localization.video.js +0 -35
- package/dist/docs/video-sources/narration-and-localization.video.js.map +0 -1
- package/dist/docs/video-sources/public-urls-and-embeds.video.d.ts +0 -2
- package/dist/docs/video-sources/public-urls-and-embeds.video.d.ts.map +0 -1
- package/dist/docs/video-sources/public-urls-and-embeds.video.js +0 -36
- package/dist/docs/video-sources/public-urls-and-embeds.video.js.map +0 -1
- package/dist/docs/video-sources/record-and-publish.video.d.ts +0 -2
- package/dist/docs/video-sources/record-and-publish.video.d.ts.map +0 -1
- package/dist/docs/video-sources/record-and-publish.video.js +0 -36
- package/dist/docs/video-sources/record-and-publish.video.js.map +0 -1
- package/dist/docs/video-sources/run-and-debug-videos.video.d.ts +0 -2
- package/dist/docs/video-sources/run-and-debug-videos.video.d.ts.map +0 -1
- package/dist/docs/video-sources/run-and-debug-videos.video.js +0 -36
- package/dist/docs/video-sources/run-and-debug-videos.video.js.map +0 -1
package/dist/docs/manifest.js
CHANGED
|
@@ -8,75 +8,53 @@ export const docsManifest = [
|
|
|
8
8
|
slug: 'docs',
|
|
9
9
|
section: 'Getting Started',
|
|
10
10
|
order: 1,
|
|
11
|
-
navLabel: 'Installation',
|
|
12
|
-
title: 'Installation',
|
|
11
|
+
navLabel: 'Installation & first video',
|
|
12
|
+
title: 'Installation & First Video',
|
|
13
13
|
description: 'Install ScreenCI, initialize a project, run the starter video locally, and record your first final video.',
|
|
14
14
|
prev: null,
|
|
15
|
-
next: 'docs/write-video-scripts',
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
source: 'write-video-scripts.md',
|
|
19
|
-
slug: 'docs/write-video-scripts',
|
|
20
|
-
section: 'Getting Started',
|
|
21
|
-
order: 2,
|
|
22
|
-
navLabel: 'Write video scripts',
|
|
23
|
-
title: 'Write Video Scripts',
|
|
24
|
-
description: 'Author .video.ts files with Playwright-like APIs, ScreenCI narration and camera helpers, and workflow-aware pacing.',
|
|
25
|
-
prev: 'docs',
|
|
26
15
|
next: 'docs/generating-videos',
|
|
27
16
|
},
|
|
28
17
|
{
|
|
29
18
|
source: 'generating-videos.mdx',
|
|
30
19
|
slug: 'docs/generating-videos',
|
|
31
20
|
section: 'Getting Started',
|
|
32
|
-
order:
|
|
21
|
+
order: 2,
|
|
33
22
|
navLabel: 'Generating videos',
|
|
34
23
|
title: 'Generating Videos',
|
|
35
24
|
description: 'Use Playwright codegen and AI-assisted workflows to generate a first ScreenCI draft, then refine it into a real video script.',
|
|
36
|
-
prev: 'docs
|
|
37
|
-
next: 'docs/
|
|
25
|
+
prev: 'docs',
|
|
26
|
+
next: 'docs/write-video-scripts',
|
|
38
27
|
},
|
|
39
28
|
{
|
|
40
|
-
source: '
|
|
41
|
-
slug: 'docs/
|
|
29
|
+
source: 'write-video-scripts.md',
|
|
30
|
+
slug: 'docs/write-video-scripts',
|
|
42
31
|
section: 'Getting Started',
|
|
43
|
-
order:
|
|
44
|
-
navLabel: '
|
|
45
|
-
title: '
|
|
46
|
-
description: '
|
|
32
|
+
order: 3,
|
|
33
|
+
navLabel: 'Video script basics',
|
|
34
|
+
title: 'Video Script Basics',
|
|
35
|
+
description: 'Author .video.ts files with Playwright-like APIs, ScreenCI narration and camera helpers, and workflow-aware pacing.',
|
|
47
36
|
prev: 'docs/generating-videos',
|
|
48
|
-
next: 'docs/record-and-publish',
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
source: 'record-and-publish.mdx',
|
|
52
|
-
slug: 'docs/record-and-publish',
|
|
53
|
-
section: 'Getting Started',
|
|
54
|
-
order: 5,
|
|
55
|
-
navLabel: 'Record and publish',
|
|
56
|
-
title: 'Record and Publish',
|
|
57
|
-
description: 'Record the final browser session with screenci record, upload the results, and understand how published outputs behave.',
|
|
58
|
-
prev: 'docs/run-and-debug-videos',
|
|
59
37
|
next: 'docs/ci-setup',
|
|
60
38
|
},
|
|
61
39
|
{
|
|
62
40
|
source: 'ci-setup.md',
|
|
63
41
|
slug: 'docs/ci-setup',
|
|
64
42
|
section: 'Getting Started',
|
|
65
|
-
order:
|
|
43
|
+
order: 4,
|
|
66
44
|
navLabel: 'CI setup',
|
|
67
45
|
title: 'CI Setup',
|
|
68
46
|
description: 'Understand the generated GitHub Actions workflow, required secrets, and how to keep CI recordings deterministic.',
|
|
69
|
-
prev: 'docs/
|
|
70
|
-
next: 'docs/
|
|
47
|
+
prev: 'docs/write-video-scripts',
|
|
48
|
+
next: 'docs/guides/page-instrumentation',
|
|
71
49
|
},
|
|
72
50
|
{
|
|
73
|
-
source: '
|
|
74
|
-
slug: 'docs/
|
|
75
|
-
section: '
|
|
76
|
-
order:
|
|
77
|
-
navLabel: '
|
|
78
|
-
title: '
|
|
79
|
-
description: '
|
|
51
|
+
source: 'page-instrumentation.md',
|
|
52
|
+
slug: 'docs/guides/page-instrumentation',
|
|
53
|
+
section: 'Guides',
|
|
54
|
+
order: 1,
|
|
55
|
+
navLabel: 'Page instrumentation',
|
|
56
|
+
title: 'Page Instrumentation',
|
|
57
|
+
description: 'Understand how ScreenCI instruments the Playwright page so visible actions like clicks, typing, mouse movement, and scrolling are animated.',
|
|
80
58
|
prev: 'docs/ci-setup',
|
|
81
59
|
next: 'docs/guides/narration-and-localization',
|
|
82
60
|
},
|
|
@@ -84,18 +62,18 @@ export const docsManifest = [
|
|
|
84
62
|
source: 'narration-and-localization.md',
|
|
85
63
|
slug: 'docs/guides/narration-and-localization',
|
|
86
64
|
section: 'Guides',
|
|
87
|
-
order:
|
|
65
|
+
order: 2,
|
|
88
66
|
navLabel: 'Narration and localization',
|
|
89
67
|
title: 'Narration and Localization',
|
|
90
68
|
description: 'Create spoken cues, overlap narration with visible UI motion, and keep multi-language variants consistent and type-safe.',
|
|
91
|
-
prev: 'docs/
|
|
69
|
+
prev: 'docs/guides/page-instrumentation',
|
|
92
70
|
next: 'docs/guides/camera-and-zooming',
|
|
93
71
|
},
|
|
94
72
|
{
|
|
95
73
|
source: 'camera-and-zooming.md',
|
|
96
74
|
slug: 'docs/guides/camera-and-zooming',
|
|
97
75
|
section: 'Guides',
|
|
98
|
-
order:
|
|
76
|
+
order: 3,
|
|
99
77
|
navLabel: 'Camera and zooming',
|
|
100
78
|
title: 'Camera and Zooming',
|
|
101
79
|
description: 'Choose between autoZoom and manual framing, and use camera direction to guide attention without making the video frantic.',
|
|
@@ -106,7 +84,7 @@ export const docsManifest = [
|
|
|
106
84
|
source: 'assets-and-overlays.md',
|
|
107
85
|
slug: 'docs/guides/assets-and-overlays',
|
|
108
86
|
section: 'Guides',
|
|
109
|
-
order:
|
|
87
|
+
order: 4,
|
|
110
88
|
navLabel: 'Assets and overlays',
|
|
111
89
|
title: 'Assets and Overlays',
|
|
112
90
|
description: 'Add intro clips, corner logos, transition assets, and timed overlays to ScreenCI recordings.',
|
|
@@ -117,7 +95,7 @@ export const docsManifest = [
|
|
|
117
95
|
source: 'public-urls-and-embeds.md',
|
|
118
96
|
slug: 'docs/guides/public-urls-and-embeds',
|
|
119
97
|
section: 'Guides',
|
|
120
|
-
order:
|
|
98
|
+
order: 5,
|
|
121
99
|
navLabel: 'Public URLs and embeds',
|
|
122
100
|
title: 'Public URLs and Embeds',
|
|
123
101
|
description: 'Enable public delivery for a video, understand stable language-specific URLs, and embed ScreenCI outputs in other sites.',
|
|
@@ -128,7 +106,7 @@ export const docsManifest = [
|
|
|
128
106
|
source: 'update-screenci.mdx',
|
|
129
107
|
slug: 'docs/guides/update-screenci',
|
|
130
108
|
section: 'Guides',
|
|
131
|
-
order:
|
|
109
|
+
order: 6,
|
|
132
110
|
navLabel: 'Update ScreenCI',
|
|
133
111
|
title: 'Update ScreenCI',
|
|
134
112
|
description: 'Upgrade the screenci package, refresh Playwright when needed, and verify that existing videos still behave as expected.',
|
|
@@ -138,8 +116,8 @@ export const docsManifest = [
|
|
|
138
116
|
{
|
|
139
117
|
source: 'cli.mdx',
|
|
140
118
|
slug: 'docs/reference/cli',
|
|
141
|
-
section: '
|
|
142
|
-
order:
|
|
119
|
+
section: 'Guides',
|
|
120
|
+
order: 7,
|
|
143
121
|
navLabel: 'CLI',
|
|
144
122
|
title: 'CLI',
|
|
145
123
|
description: 'Command reference for screenci init, test, record, project info, and public delivery commands.',
|
|
@@ -149,38 +127,27 @@ export const docsManifest = [
|
|
|
149
127
|
{
|
|
150
128
|
source: 'configuration.md',
|
|
151
129
|
slug: 'docs/reference/configuration',
|
|
152
|
-
section: '
|
|
153
|
-
order:
|
|
130
|
+
section: 'Guides',
|
|
131
|
+
order: 8,
|
|
154
132
|
navLabel: 'Configuration',
|
|
155
133
|
title: 'Configuration',
|
|
156
134
|
description: 'Configure project identity, file locations, rendering defaults, upload behavior, and Playwright integration in screenci.config.ts.',
|
|
157
135
|
prev: 'docs/reference/cli',
|
|
158
|
-
next: 'docs/reference/video-authoring-api-overview',
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
source: 'video-authoring-api-overview.md',
|
|
162
|
-
slug: 'docs/reference/video-authoring-api-overview',
|
|
163
|
-
section: 'Reference',
|
|
164
|
-
order: 3,
|
|
165
|
-
navLabel: 'Video authoring API overview',
|
|
166
|
-
title: 'Video Authoring API Overview',
|
|
167
|
-
description: 'Human-curated reference for the main ScreenCI authoring primitives, with minimal examples and links into the full typedoc.',
|
|
168
|
-
prev: 'docs/reference/configuration',
|
|
169
136
|
next: 'docs/reference/public-delivery-api',
|
|
170
137
|
},
|
|
171
138
|
{
|
|
172
139
|
source: 'public-delivery-api.md',
|
|
173
140
|
slug: 'docs/reference/public-delivery-api',
|
|
174
|
-
section: '
|
|
175
|
-
order:
|
|
141
|
+
section: 'Guides',
|
|
142
|
+
order: 9,
|
|
176
143
|
navLabel: 'Public delivery API',
|
|
177
144
|
title: 'Public Delivery API',
|
|
178
145
|
description: 'Technical reference for the unauthenticated endpoints that serve published videos, thumbnails, subtitles, and metadata.',
|
|
179
|
-
prev: 'docs/reference/
|
|
146
|
+
prev: 'docs/reference/configuration',
|
|
180
147
|
next: 'docs/reference/api',
|
|
181
148
|
},
|
|
182
149
|
];
|
|
183
|
-
export const docsSections = ['Getting Started', 'Guides'
|
|
150
|
+
export const docsSections = ['Getting Started', 'Guides'];
|
|
184
151
|
export function getDocBySlug(slug) {
|
|
185
152
|
return docsManifest.find((entry) => entry.slug === slug);
|
|
186
153
|
}
|
|
@@ -211,7 +178,7 @@ export function getDocsSidebarConfig(typedocSidebarGroup) {
|
|
|
211
178
|
.filter((entry) => entry.section === section)
|
|
212
179
|
.sort((a, b) => a.order - b.order)
|
|
213
180
|
.map(toSidebarItem);
|
|
214
|
-
if (section === '
|
|
181
|
+
if (section === 'Guides' && typedocSidebarGroup) {
|
|
215
182
|
items.push(typedocSidebarGroup);
|
|
216
183
|
}
|
|
217
184
|
return {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../docs/manifest.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B;QACE,MAAM,EAAE,kBAAkB;QAC1B,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,CAAC;QACR,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../docs/manifest.ts"],"names":[],"mappings":"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"}
|
package/dist/docs/videos.d.ts
CHANGED
|
@@ -14,38 +14,6 @@ export declare const docsVideoRegistry: {
|
|
|
14
14
|
readonly sourcePath: "screenci/docs/video-sources/installation.video.ts";
|
|
15
15
|
readonly showSource: false;
|
|
16
16
|
};
|
|
17
|
-
readonly 'docs/generating-videos': {
|
|
18
|
-
readonly publicId: "kh7e67grs9kzcsas7hp7m14mr187ca4d";
|
|
19
|
-
readonly sourcePath: "screenci/docs/video-sources/generating-videos.video.ts";
|
|
20
|
-
};
|
|
21
|
-
readonly 'docs/run-and-debug-videos': {
|
|
22
|
-
readonly publicId: "kh74qwftww03ttjr88783bby2987dpjm";
|
|
23
|
-
readonly sourcePath: "screenci/docs/video-sources/run-and-debug-videos.video.ts";
|
|
24
|
-
};
|
|
25
|
-
readonly 'docs/record-and-publish': {
|
|
26
|
-
readonly publicId: "kh71k5cb27n0zwnqxj0tyep3vn87d4j4";
|
|
27
|
-
readonly sourcePath: "screenci/docs/video-sources/record-and-publish.video.ts";
|
|
28
|
-
};
|
|
29
|
-
readonly 'docs/ci-setup': {
|
|
30
|
-
readonly publicId: "kh7876qg4e8z7nazvnhphpvtb987dvw9";
|
|
31
|
-
readonly sourcePath: "screenci/docs/video-sources/ci-setup.video.ts";
|
|
32
|
-
};
|
|
33
|
-
readonly 'docs/guides/narration-and-localization': {
|
|
34
|
-
readonly publicId: "kh76xpma702zp7a531es8bpd9x87cvx4";
|
|
35
|
-
readonly sourcePath: "screenci/docs/video-sources/narration-and-localization.video.ts";
|
|
36
|
-
};
|
|
37
|
-
readonly 'docs/guides/camera-and-zooming': {
|
|
38
|
-
readonly publicId: "kh7acwtyyfdqn0by8naxtbpjns87d4xf";
|
|
39
|
-
readonly sourcePath: "screenci/docs/video-sources/camera-and-zooming.video.ts";
|
|
40
|
-
};
|
|
41
|
-
readonly 'docs/guides/assets-and-overlays': {
|
|
42
|
-
readonly publicId: "kh7e6bdc95pb410tg07q0v45d587ejv9";
|
|
43
|
-
readonly sourcePath: "screenci/docs/video-sources/assets-and-overlays.video.ts";
|
|
44
|
-
};
|
|
45
|
-
readonly 'docs/guides/public-urls-and-embeds': {
|
|
46
|
-
readonly publicId: "kh7483thsgvsh4b5qghtw81b4587dqgj";
|
|
47
|
-
readonly sourcePath: "screenci/docs/video-sources/public-urls-and-embeds.video.ts";
|
|
48
|
-
};
|
|
49
17
|
readonly 'docs/reference/cli': {
|
|
50
18
|
readonly publicId: "kh778mvzqw1t504wts9wqyaa2187dfc0";
|
|
51
19
|
readonly sourcePath: "screenci/docs/video-sources/cli.video.ts";
|
|
@@ -55,30 +23,6 @@ export declare function getDocVideo(slug: string): {
|
|
|
55
23
|
readonly publicId: "kh7ccy03njvxjm0daef5g50zv587hrbd";
|
|
56
24
|
readonly sourcePath: "screenci/docs/video-sources/installation.video.ts";
|
|
57
25
|
readonly showSource: false;
|
|
58
|
-
} | {
|
|
59
|
-
readonly publicId: "kh7e67grs9kzcsas7hp7m14mr187ca4d";
|
|
60
|
-
readonly sourcePath: "screenci/docs/video-sources/generating-videos.video.ts";
|
|
61
|
-
} | {
|
|
62
|
-
readonly publicId: "kh74qwftww03ttjr88783bby2987dpjm";
|
|
63
|
-
readonly sourcePath: "screenci/docs/video-sources/run-and-debug-videos.video.ts";
|
|
64
|
-
} | {
|
|
65
|
-
readonly publicId: "kh71k5cb27n0zwnqxj0tyep3vn87d4j4";
|
|
66
|
-
readonly sourcePath: "screenci/docs/video-sources/record-and-publish.video.ts";
|
|
67
|
-
} | {
|
|
68
|
-
readonly publicId: "kh7876qg4e8z7nazvnhphpvtb987dvw9";
|
|
69
|
-
readonly sourcePath: "screenci/docs/video-sources/ci-setup.video.ts";
|
|
70
|
-
} | {
|
|
71
|
-
readonly publicId: "kh76xpma702zp7a531es8bpd9x87cvx4";
|
|
72
|
-
readonly sourcePath: "screenci/docs/video-sources/narration-and-localization.video.ts";
|
|
73
|
-
} | {
|
|
74
|
-
readonly publicId: "kh7acwtyyfdqn0by8naxtbpjns87d4xf";
|
|
75
|
-
readonly sourcePath: "screenci/docs/video-sources/camera-and-zooming.video.ts";
|
|
76
|
-
} | {
|
|
77
|
-
readonly publicId: "kh7e6bdc95pb410tg07q0v45d587ejv9";
|
|
78
|
-
readonly sourcePath: "screenci/docs/video-sources/assets-and-overlays.video.ts";
|
|
79
|
-
} | {
|
|
80
|
-
readonly publicId: "kh7483thsgvsh4b5qghtw81b4587dqgj";
|
|
81
|
-
readonly sourcePath: "screenci/docs/video-sources/public-urls-and-embeds.video.ts";
|
|
82
26
|
} | {
|
|
83
27
|
readonly publicId: "kh778mvzqw1t504wts9wqyaa2187dfc0";
|
|
84
28
|
readonly sourcePath: "screenci/docs/video-sources/cli.video.ts";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"videos.d.ts","sourceRoot":"","sources":["../../docs/videos.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,iBAAiB,GAAG,mBAAmB,CAAA;AAE9D,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"videos.d.ts","sourceRoot":"","sources":["../../docs/videos.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG,iBAAiB,GAAG,mBAAmB,CAAA;AAE9D,eAAO,MAAM,iBAAiB;;;;;;;;;;CAUe,CAAA;AAE7C,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM;;;;;;;EAEvC;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,QAAQ,GAAG,KAAK,IAAI,iBAAiB,CAEvE"}
|
package/dist/docs/videos.js
CHANGED
|
@@ -4,38 +4,6 @@ export const docsVideoRegistry = {
|
|
|
4
4
|
sourcePath: 'screenci/docs/video-sources/installation.video.ts',
|
|
5
5
|
showSource: false,
|
|
6
6
|
},
|
|
7
|
-
'docs/generating-videos': {
|
|
8
|
-
publicId: 'kh7e67grs9kzcsas7hp7m14mr187ca4d',
|
|
9
|
-
sourcePath: 'screenci/docs/video-sources/generating-videos.video.ts',
|
|
10
|
-
},
|
|
11
|
-
'docs/run-and-debug-videos': {
|
|
12
|
-
publicId: 'kh74qwftww03ttjr88783bby2987dpjm',
|
|
13
|
-
sourcePath: 'screenci/docs/video-sources/run-and-debug-videos.video.ts',
|
|
14
|
-
},
|
|
15
|
-
'docs/record-and-publish': {
|
|
16
|
-
publicId: 'kh71k5cb27n0zwnqxj0tyep3vn87d4j4',
|
|
17
|
-
sourcePath: 'screenci/docs/video-sources/record-and-publish.video.ts',
|
|
18
|
-
},
|
|
19
|
-
'docs/ci-setup': {
|
|
20
|
-
publicId: 'kh7876qg4e8z7nazvnhphpvtb987dvw9',
|
|
21
|
-
sourcePath: 'screenci/docs/video-sources/ci-setup.video.ts',
|
|
22
|
-
},
|
|
23
|
-
'docs/guides/narration-and-localization': {
|
|
24
|
-
publicId: 'kh76xpma702zp7a531es8bpd9x87cvx4',
|
|
25
|
-
sourcePath: 'screenci/docs/video-sources/narration-and-localization.video.ts',
|
|
26
|
-
},
|
|
27
|
-
'docs/guides/camera-and-zooming': {
|
|
28
|
-
publicId: 'kh7acwtyyfdqn0by8naxtbpjns87d4xf',
|
|
29
|
-
sourcePath: 'screenci/docs/video-sources/camera-and-zooming.video.ts',
|
|
30
|
-
},
|
|
31
|
-
'docs/guides/assets-and-overlays': {
|
|
32
|
-
publicId: 'kh7e6bdc95pb410tg07q0v45d587ejv9',
|
|
33
|
-
sourcePath: 'screenci/docs/video-sources/assets-and-overlays.video.ts',
|
|
34
|
-
},
|
|
35
|
-
'docs/guides/public-urls-and-embeds': {
|
|
36
|
-
publicId: 'kh7483thsgvsh4b5qghtw81b4587dqgj',
|
|
37
|
-
sourcePath: 'screenci/docs/video-sources/public-urls-and-embeds.video.ts',
|
|
38
|
-
},
|
|
39
7
|
'docs/reference/cli': {
|
|
40
8
|
publicId: 'kh778mvzqw1t504wts9wqyaa2187dfc0',
|
|
41
9
|
sourcePath: 'screenci/docs/video-sources/cli.video.ts',
|
package/dist/docs/videos.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"videos.js","sourceRoot":"","sources":["../../docs/videos.ts"],"names":[],"mappings":"AAaA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,IAAI,EAAE;QACJ,QAAQ,EAAE,kCAAkC;QAC5C,UAAU,EAAE,mDAAmD;QAC/D,UAAU,EAAE,KAAK;KAClB;IACD,
|
|
1
|
+
{"version":3,"file":"videos.js","sourceRoot":"","sources":["../../docs/videos.ts"],"names":[],"mappings":"AAaA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,IAAI,EAAE;QACJ,QAAQ,EAAE,kCAAkC;QAC5C,UAAU,EAAE,mDAAmD;QAC/D,UAAU,EAAE,KAAK;KAClB;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,kCAAkC;QAC5C,UAAU,EAAE,0CAA0C;KACvD;CAC0C,CAAA;AAE7C,MAAM,UAAU,WAAW,CAAC,IAAY;IACtC,OAAO,iBAAiB,CAAC,IAAsC,CAAC,IAAI,IAAI,CAAA;AAC1E,CAAC;AAED,MAAM,UAAU,WAAW,CAAC,KAAe;IACzC,OAAO,UAAU,IAAI,KAAK,CAAA;AAC5B,CAAC"}
|