create-video 4.0.172 → 4.0.174
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/templates.js +2 -2
- package/package.json +1 -1
package/dist/templates.js
CHANGED
|
@@ -202,8 +202,8 @@ exports.FEATURED_TEMPLATES = [
|
|
|
202
202
|
{
|
|
203
203
|
homePageLabel: 'Audiogram',
|
|
204
204
|
shortName: 'Audiogram',
|
|
205
|
-
org: '
|
|
206
|
-
repoName: '
|
|
205
|
+
org: 'remotion-dev',
|
|
206
|
+
repoName: 'template-audiogram',
|
|
207
207
|
description: 'Text and waveform visualization for podcasts',
|
|
208
208
|
longerDescription: 'A template that turns podcast snippets into videos that can be posted on Social Media.',
|
|
209
209
|
promoVideo: {
|