@learnpack/learnpack 5.0.277 → 5.0.278
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/lib/commands/serve.js +28 -7
- package/lib/utils/export/epub.d.ts +2 -2
- package/lib/utils/export/epub.js +219 -59
- package/lib/utils/export/index.d.ts +1 -1
- package/lib/utils/export/types.d.ts +7 -0
- package/package.json +1 -1
- package/src/commands/serve.ts +39 -12
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/avatar-creation-with-heygen-a-practical-guide.epub +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/cover.png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.es.md +23 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md +23 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md.processed +23 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/01.0-introduction-to-heygen/README.es.md +56 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/01.0-introduction-to-heygen/README.md +56 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/01.0-introduction-to-heygen/README.md.processed +56 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/01.1-setting-up-a-heygen-account/README.es.md +76 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/01.1-setting-up-a-heygen-account/README.md +70 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/01.1-setting-up-a-heygen-account/README.md.processed +70 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/01.2-understanding-heygen-interface/README.es.md +70 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/01.2-understanding-heygen-interface/README.md +68 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/01.2-understanding-heygen-interface/README.md.processed +68 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.es.md +79 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md +83 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md.processed +83 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.es.md +22 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md +46 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md.processed +46 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/03.0-creating-a-video-with-your-avatar/README.es.md +73 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/03.0-creating-a-video-with-your-avatar/README.md +95 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/03.0-creating-a-video-with-your-avatar/README.md.processed +95 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/04.0-other-tools-you-can-explore/README.es.md +63 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/04.0-other-tools-you-can-explore/README.md +63 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/04.0-other-tools-you-can-explore/README.md.processed +63 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/05.0-test-your-avatar-knowledge/README.es.md +65 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/05.0-test-your-avatar-knowledge/README.md +66 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/exercises/05.0-test-your-avatar-knowledge/README.md.processed +66 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/00.0-welcome-to-avatar-creation-with-heygen/README.html +62 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/01.0-introduction-to-heygen/README.html +124 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/01.1-setting-up-a-heygen-account/README.html +121 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/01.2-understanding-heygen-interface/README.html +125 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/02.0-creating-your-avatar-navigate-in-the-interface/README.html +122 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/02.2-your-avatar-is-ready-what-to-do-now/README.html +62 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/03.0-creating-a-video-with-your-avatar/README.html +145 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/04.0-other-tools-you-can-explore/README.html +164 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/05.0-test-your-avatar-knowledge/README.html +116 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/main.html +17 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/html/toc.html +28 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/navigate-avatar-creation.png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-091438png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-100052png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-113550png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-113745png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-114048png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-114534png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-114808png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-115203png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-115521png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-120026png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-120229png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/assets/screenshot-2025-08-20-120628png +0 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/config.json +1 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/initialSyllabus.json +1 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/learn/sidebar.json +1 -0
- package/src/output/directory/04bedc40-a091-4bda-96e5-c71677655944/metadata.yaml +9 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/avatar-creation-with-heygen-a-practical-guide.epub +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/cover.png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.es.md +23 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md +23 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md.processed +23 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/01.0-introduction-to-heygen/README.es.md +56 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/01.0-introduction-to-heygen/README.md +56 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/01.0-introduction-to-heygen/README.md.processed +56 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/01.1-setting-up-a-heygen-account/README.es.md +76 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/01.1-setting-up-a-heygen-account/README.md +70 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/01.1-setting-up-a-heygen-account/README.md.processed +70 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/01.2-understanding-heygen-interface/README.es.md +70 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/01.2-understanding-heygen-interface/README.md +87 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/01.2-understanding-heygen-interface/README.md.processed +74 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.es.md +79 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md +83 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md.processed +83 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.es.md +22 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md +46 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md.processed +46 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/03.0-creating-a-video-with-your-avatar/README.es.md +73 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/03.0-creating-a-video-with-your-avatar/README.md +95 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/03.0-creating-a-video-with-your-avatar/README.md.processed +95 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/04.0-other-tools-you-can-explore/README.es.md +63 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/04.0-other-tools-you-can-explore/README.md +63 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/04.0-other-tools-you-can-explore/README.md.processed +63 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/05.0-test-your-avatar-knowledge/README.es.md +65 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/05.0-test-your-avatar-knowledge/README.md +66 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/exercises/05.0-test-your-avatar-knowledge/README.md.processed +62 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/00.0-welcome-to-avatar-creation-with-heygen/README.html +62 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/01.0-introduction-to-heygen/README.html +124 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/01.1-setting-up-a-heygen-account/README.html +122 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/01.2-understanding-heygen-interface/README.html +126 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/02.0-creating-your-avatar-navigate-in-the-interface/README.html +127 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/02.2-your-avatar-is-ready-what-to-do-now/README.html +63 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/03.0-creating-a-video-with-your-avatar/README.html +149 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/04.0-other-tools-you-can-explore/README.html +164 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/05.0-test-your-avatar-knowledge/README.html +115 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/main.html +17 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/html/toc.html +28 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/navigate-avatar-creation.png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-091438png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-100052png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-113550png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-113745png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-114048png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-114534png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-114808png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-115203png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-115521png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-120026png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-120229png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/assets/screenshot-2025-08-20-120628png +0 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/config.json +1 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/initialSyllabus.json +1 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/learn/sidebar.json +42 -0
- package/src/output/directory/1b7c72c0-b651-4c86-84c7-dddb401d4cc9/metadata.yaml +9 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/avatar-creation-with-heygen-a-practical-guide.epub +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/cover.png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.es.md +23 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md +23 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md.processed +23 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/01.0-introduction-to-heygen/README.es.md +56 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/01.0-introduction-to-heygen/README.md +56 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/01.0-introduction-to-heygen/README.md.processed +56 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/01.1-setting-up-a-heygen-account/README.es.md +76 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/01.1-setting-up-a-heygen-account/README.md +70 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/01.1-setting-up-a-heygen-account/README.md.processed +70 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/01.2-understanding-heygen-interface/README.es.md +70 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/01.2-understanding-heygen-interface/README.md +68 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/01.2-understanding-heygen-interface/README.md.processed +68 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.es.md +79 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md +83 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md.processed +83 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.es.md +22 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md +46 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md.processed +46 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/03.0-creating-a-video-with-your-avatar/README.es.md +73 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/03.0-creating-a-video-with-your-avatar/README.md +95 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/03.0-creating-a-video-with-your-avatar/README.md.processed +95 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/04.0-other-tools-you-can-explore/README.es.md +63 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/04.0-other-tools-you-can-explore/README.md +63 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/04.0-other-tools-you-can-explore/README.md.processed +63 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/05.0-test-your-avatar-knowledge/README.es.md +65 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/05.0-test-your-avatar-knowledge/README.md +66 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/exercises/05.0-test-your-avatar-knowledge/README.md.processed +66 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/00.0-welcome-to-avatar-creation-with-heygen/README.html +62 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/01.0-introduction-to-heygen/README.html +124 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/01.1-setting-up-a-heygen-account/README.html +122 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/01.2-understanding-heygen-interface/README.html +126 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/02.0-creating-your-avatar-navigate-in-the-interface/README.html +127 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/02.2-your-avatar-is-ready-what-to-do-now/README.html +63 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/03.0-creating-a-video-with-your-avatar/README.html +149 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/04.0-other-tools-you-can-explore/README.html +164 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/05.0-test-your-avatar-knowledge/README.html +116 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/main.html +17 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/html/toc.html +28 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/navigate-avatar-creation.png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-091438png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-100052png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-113550png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-113745png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-114048png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-114534png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-114808png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-115203png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-115521png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-120026png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-120229png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/assets/screenshot-2025-08-20-120628png +0 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/config.json +1 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/initialSyllabus.json +1 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/learn/sidebar.json +1 -0
- package/src/output/directory/27669a16-4599-4c4a-966c-4b3ef894a955/metadata.yaml +9 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/avatar-creation-with-heygen-a-practical-guide.epub +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/cover.png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.es.md +23 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md +23 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md.processed +23 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/01.0-introduction-to-heygen/README.es.md +56 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/01.0-introduction-to-heygen/README.md +56 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/01.0-introduction-to-heygen/README.md.processed +56 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/01.1-setting-up-a-heygen-account/README.es.md +76 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/01.1-setting-up-a-heygen-account/README.md +70 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/01.1-setting-up-a-heygen-account/README.md.processed +70 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/01.2-understanding-heygen-interface/README.es.md +70 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/01.2-understanding-heygen-interface/README.md +87 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/01.2-understanding-heygen-interface/README.md.processed +74 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.es.md +79 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md +83 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md.processed +83 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.es.md +22 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md +46 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md.processed +46 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/03.0-creating-a-video-with-your-avatar/README.es.md +73 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/03.0-creating-a-video-with-your-avatar/README.md +95 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/03.0-creating-a-video-with-your-avatar/README.md.processed +95 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/04.0-other-tools-you-can-explore/README.es.md +63 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/04.0-other-tools-you-can-explore/README.md +63 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/04.0-other-tools-you-can-explore/README.md.processed +63 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/05.0-test-your-avatar-knowledge/README.es.md +65 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/05.0-test-your-avatar-knowledge/README.md +66 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/exercises/05.0-test-your-avatar-knowledge/README.md.processed +62 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/00.0-welcome-to-avatar-creation-with-heygen/README.html +62 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/01.0-introduction-to-heygen/README.html +124 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/01.1-setting-up-a-heygen-account/README.html +122 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/01.2-understanding-heygen-interface/README.html +126 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/02.0-creating-your-avatar-navigate-in-the-interface/README.html +127 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/02.2-your-avatar-is-ready-what-to-do-now/README.html +63 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/03.0-creating-a-video-with-your-avatar/README.html +149 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/04.0-other-tools-you-can-explore/README.html +164 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/05.0-test-your-avatar-knowledge/README.html +115 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/main.html +17 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/html/toc.html +28 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/navigate-avatar-creation.png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-091438png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-100052png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-113550png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-113745png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-114048png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-114534png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-114808png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-115203png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-115521png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-120026png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-120229png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/assets/screenshot-2025-08-20-120628png +0 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/config.json +1 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/initialSyllabus.json +1 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/learn/sidebar.json +1 -0
- package/src/output/directory/36c705fc-2075-4bb0-88a5-2dc23237e48e/metadata.yaml +9 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/navigate-avatar-creation.png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-091438png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-100052png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-113550png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-113745png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-114048png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-114534png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-114808png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-115203png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-115521png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-120026png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-120229png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/assets/screenshot-2025-08-20-120628png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/config.json +1 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/initialSyllabus.json +1 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/.learn/sidebar.json +1 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/avatar-creation-with-heygen-a-practical-guide.epub +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/cover.png +0 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.es.md +23 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md +23 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md.processed +23 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/01.0-introduction-to-heygen/README.es.md +56 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/01.0-introduction-to-heygen/README.md +56 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/01.0-introduction-to-heygen/README.md.processed +56 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/01.1-setting-up-a-heygen-account/README.es.md +76 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/01.1-setting-up-a-heygen-account/README.md +70 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/01.1-setting-up-a-heygen-account/README.md.processed +70 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/01.2-understanding-heygen-interface/README.es.md +70 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/01.2-understanding-heygen-interface/README.md +68 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/01.2-understanding-heygen-interface/README.md.processed +68 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.es.md +79 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md +83 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md.processed +83 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.es.md +22 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md +46 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md.processed +46 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/03.0-creating-a-video-with-your-avatar/README.es.md +73 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/03.0-creating-a-video-with-your-avatar/README.md +95 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/03.0-creating-a-video-with-your-avatar/README.md.processed +95 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/04.0-other-tools-you-can-explore/README.es.md +63 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/04.0-other-tools-you-can-explore/README.md +63 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/04.0-other-tools-you-can-explore/README.md.processed +63 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/05.0-test-your-avatar-knowledge/README.es.md +65 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/05.0-test-your-avatar-knowledge/README.md +66 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/exercises/05.0-test-your-avatar-knowledge/README.md.processed +66 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/00.0-welcome-to-avatar-creation-with-heygen/README.html +62 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/01.0-introduction-to-heygen/README.html +124 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/01.1-setting-up-a-heygen-account/README.html +122 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/01.2-understanding-heygen-interface/README.html +126 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/02.0-creating-your-avatar-navigate-in-the-interface/README.html +127 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/02.2-your-avatar-is-ready-what-to-do-now/README.html +63 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/03.0-creating-a-video-with-your-avatar/README.html +149 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/04.0-other-tools-you-can-explore/README.html +164 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/05.0-test-your-avatar-knowledge/README.html +116 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/main.html +17 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/html/toc.html +28 -0
- package/src/output/directory/628226b7-7026-458a-a836-8acac5f01ad0/metadata.yaml +9 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/avatar-creation-with-heygen-a-practical-guide.epub +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/cover.png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.es.md +23 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md +23 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md.processed +23 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/01.0-introduction-to-heygen/README.es.md +56 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/01.0-introduction-to-heygen/README.md +56 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/01.0-introduction-to-heygen/README.md.processed +56 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/01.1-setting-up-a-heygen-account/README.es.md +76 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/01.1-setting-up-a-heygen-account/README.md +70 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/01.1-setting-up-a-heygen-account/README.md.processed +70 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/01.2-understanding-heygen-interface/README.es.md +70 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/01.2-understanding-heygen-interface/README.md +87 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/01.2-understanding-heygen-interface/README.md.processed +74 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.es.md +79 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md +83 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md.processed +83 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.es.md +22 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md +46 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md.processed +46 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/03.0-creating-a-video-with-your-avatar/README.es.md +73 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/03.0-creating-a-video-with-your-avatar/README.md +95 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/03.0-creating-a-video-with-your-avatar/README.md.processed +95 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/04.0-other-tools-you-can-explore/README.es.md +63 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/04.0-other-tools-you-can-explore/README.md +63 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/04.0-other-tools-you-can-explore/README.md.processed +63 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/05.0-test-your-avatar-knowledge/README.es.md +65 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/05.0-test-your-avatar-knowledge/README.md +66 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/exercises/05.0-test-your-avatar-knowledge/README.md.processed +62 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/00.0-welcome-to-avatar-creation-with-heygen/README.html +62 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/01.0-introduction-to-heygen/README.html +124 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/01.1-setting-up-a-heygen-account/README.html +122 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/01.2-understanding-heygen-interface/README.html +126 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/02.0-creating-your-avatar-navigate-in-the-interface/README.html +127 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/02.2-your-avatar-is-ready-what-to-do-now/README.html +63 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/03.0-creating-a-video-with-your-avatar/README.html +149 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/04.0-other-tools-you-can-explore/README.html +164 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/05.0-test-your-avatar-knowledge/README.html +115 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/main.html +17 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/html/toc.html +28 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/navigate-avatar-creation.png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-091438png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-100052png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-113550png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-113745png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-114048png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-114534png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-114808png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-115203png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-115521png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-120026png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-120229png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/assets/screenshot-2025-08-20-120628png +0 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/config.json +1 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/initialSyllabus.json +1 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/learn/sidebar.json +1 -0
- package/src/output/directory/9cfc3831-206c-44e9-aaec-76d90dc007ad/metadata.yaml +9 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/avatar-creation-with-heygen-a-practical-guide.epub +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/cover.png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.es.md +23 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md +23 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md.processed +23 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/01.0-introduction-to-heygen/README.es.md +56 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/01.0-introduction-to-heygen/README.md +56 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/01.0-introduction-to-heygen/README.md.processed +56 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/01.1-setting-up-a-heygen-account/README.es.md +76 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/01.1-setting-up-a-heygen-account/README.md +70 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/01.1-setting-up-a-heygen-account/README.md.processed +70 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/01.2-understanding-heygen-interface/README.es.md +70 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/01.2-understanding-heygen-interface/README.md +87 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/01.2-understanding-heygen-interface/README.md.processed +74 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.es.md +79 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md +83 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md.processed +83 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.es.md +22 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md +46 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md.processed +46 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/03.0-creating-a-video-with-your-avatar/README.es.md +73 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/03.0-creating-a-video-with-your-avatar/README.md +95 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/03.0-creating-a-video-with-your-avatar/README.md.processed +95 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/04.0-other-tools-you-can-explore/README.es.md +63 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/04.0-other-tools-you-can-explore/README.md +63 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/04.0-other-tools-you-can-explore/README.md.processed +63 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/05.0-test-your-avatar-knowledge/README.es.md +65 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/05.0-test-your-avatar-knowledge/README.md +66 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/exercises/05.0-test-your-avatar-knowledge/README.md.processed +62 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/00.0-welcome-to-avatar-creation-with-heygen/README.html +62 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/01.0-introduction-to-heygen/README.html +124 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/01.1-setting-up-a-heygen-account/README.html +122 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/01.2-understanding-heygen-interface/README.html +126 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/02.0-creating-your-avatar-navigate-in-the-interface/README.html +127 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/02.2-your-avatar-is-ready-what-to-do-now/README.html +63 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/03.0-creating-a-video-with-your-avatar/README.html +149 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/04.0-other-tools-you-can-explore/README.html +164 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/05.0-test-your-avatar-knowledge/README.html +115 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/main.html +17 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/html/toc.html +28 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/navigate-avatar-creation.png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-091438png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-100052png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-113550png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-113745png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-114048png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-114534png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-114808png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-115203png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-115521png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-120026png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-120229png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/assets/screenshot-2025-08-20-120628png +0 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/config.json +1 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/initialSyllabus.json +1 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/learn/sidebar.json +1 -0
- package/src/output/directory/bcf520d5-1472-4846-8afd-2ff49339c41a/metadata.yaml +9 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/avatar-creation-with-heygen-a-practical-guide.epub +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/cover.png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.es.md +23 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md +23 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md.processed +23 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/01.0-introduction-to-heygen/README.es.md +56 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/01.0-introduction-to-heygen/README.md +56 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/01.0-introduction-to-heygen/README.md.processed +56 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/01.1-setting-up-a-heygen-account/README.es.md +76 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/01.1-setting-up-a-heygen-account/README.md +70 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/01.1-setting-up-a-heygen-account/README.md.processed +70 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/01.2-understanding-heygen-interface/README.es.md +70 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/01.2-understanding-heygen-interface/README.md +87 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/01.2-understanding-heygen-interface/README.md.processed +74 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.es.md +79 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md +83 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md.processed +83 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.es.md +22 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md +46 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md.processed +46 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/03.0-creating-a-video-with-your-avatar/README.es.md +73 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/03.0-creating-a-video-with-your-avatar/README.md +95 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/03.0-creating-a-video-with-your-avatar/README.md.processed +95 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/04.0-other-tools-you-can-explore/README.es.md +63 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/04.0-other-tools-you-can-explore/README.md +63 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/04.0-other-tools-you-can-explore/README.md.processed +63 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/05.0-test-your-avatar-knowledge/README.es.md +65 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/05.0-test-your-avatar-knowledge/README.md +66 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/exercises/05.0-test-your-avatar-knowledge/README.md.processed +62 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/00.0-welcome-to-avatar-creation-with-heygen/README.html +62 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/01.0-introduction-to-heygen/README.html +124 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/01.1-setting-up-a-heygen-account/README.html +122 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/01.2-understanding-heygen-interface/README.html +126 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/02.0-creating-your-avatar-navigate-in-the-interface/README.html +127 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/02.2-your-avatar-is-ready-what-to-do-now/README.html +63 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/03.0-creating-a-video-with-your-avatar/README.html +149 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/04.0-other-tools-you-can-explore/README.html +164 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/05.0-test-your-avatar-knowledge/README.html +115 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/main.html +17 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/html/toc.html +28 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/navigate-avatar-creation.png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-091438png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-100052png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-113550png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-113745png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-114048png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-114534png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-114808png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-115203png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-115521png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-120026png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-120229png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/assets/screenshot-2025-08-20-120628png +0 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/config.json +1 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/initialSyllabus.json +1 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/learn/sidebar.json +1 -0
- package/src/output/directory/cdf069e9-cb18-414f-81cb-8c8f4339a38f/metadata.yaml +9 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/avatar-creation-with-heygen-a-practical-guide.epub +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/cover.png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.es.md +23 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md +23 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md.processed +23 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/01.0-introduction-to-heygen/README.es.md +56 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/01.0-introduction-to-heygen/README.md +56 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/01.0-introduction-to-heygen/README.md.processed +56 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/01.1-setting-up-a-heygen-account/README.es.md +76 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/01.1-setting-up-a-heygen-account/README.md +70 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/01.1-setting-up-a-heygen-account/README.md.processed +70 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/01.2-understanding-heygen-interface/README.es.md +70 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/01.2-understanding-heygen-interface/README.md +68 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/01.2-understanding-heygen-interface/README.md.processed +68 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.es.md +79 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md +83 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md.processed +83 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.es.md +22 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md +46 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md.processed +46 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/03.0-creating-a-video-with-your-avatar/README.es.md +73 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/03.0-creating-a-video-with-your-avatar/README.md +95 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/03.0-creating-a-video-with-your-avatar/README.md.processed +95 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/04.0-other-tools-you-can-explore/README.es.md +63 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/04.0-other-tools-you-can-explore/README.md +63 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/04.0-other-tools-you-can-explore/README.md.processed +63 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/05.0-test-your-avatar-knowledge/README.es.md +65 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/05.0-test-your-avatar-knowledge/README.md +66 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/exercises/05.0-test-your-avatar-knowledge/README.md.processed +66 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/00.0-welcome-to-avatar-creation-with-heygen/README.html +62 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/01.0-introduction-to-heygen/README.html +124 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/01.1-setting-up-a-heygen-account/README.html +121 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/01.2-understanding-heygen-interface/README.html +125 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/02.0-creating-your-avatar-navigate-in-the-interface/README.html +122 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/02.2-your-avatar-is-ready-what-to-do-now/README.html +62 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/03.0-creating-a-video-with-your-avatar/README.html +145 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/04.0-other-tools-you-can-explore/README.html +164 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/05.0-test-your-avatar-knowledge/README.html +116 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/main.html +17 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/html/toc.html +28 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/navigate-avatar-creation.png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-091438png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-100052png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-113550png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-113745png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-114048png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-114534png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-114808png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-115203png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-115521png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-120026png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-120229png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/assets/screenshot-2025-08-20-120628png +0 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/config.json +1 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/initialSyllabus.json +1 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/learn/sidebar.json +1 -0
- package/src/output/directory/d131474e-536f-46e5-a144-616560fe3b0f/metadata.yaml +9 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/navigate-avatar-creation.png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-091438png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-100052png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-113550png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-113745png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-114048png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-114534png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-114808png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-115203png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-115521png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-120026png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-120229png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/assets/screenshot-2025-08-20-120628png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/config.json +1 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/initialSyllabus.json +1 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/.learn/sidebar.json +1 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/avatar-creation-with-heygen-a-practical-guide.epub +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/cover.png +0 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.es.md +23 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md +23 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/00.0-welcome-to-avatar-creation-with-heygen/README.md.processed +23 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/01.0-introduction-to-heygen/README.es.md +56 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/01.0-introduction-to-heygen/README.md +56 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/01.0-introduction-to-heygen/README.md.processed +56 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/01.1-setting-up-a-heygen-account/README.es.md +76 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/01.1-setting-up-a-heygen-account/README.md +70 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/01.1-setting-up-a-heygen-account/README.md.processed +70 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/01.2-understanding-heygen-interface/README.es.md +70 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/01.2-understanding-heygen-interface/README.md +68 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/01.2-understanding-heygen-interface/README.md.processed +68 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.es.md +79 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md +83 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/02.0-creating-your-avatar-navigate-in-the-interface/README.md.processed +83 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.es.md +22 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md +46 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/02.2-your-avatar-is-ready-what-to-do-now/README.md.processed +46 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/03.0-creating-a-video-with-your-avatar/README.es.md +73 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/03.0-creating-a-video-with-your-avatar/README.md +95 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/03.0-creating-a-video-with-your-avatar/README.md.processed +95 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/04.0-other-tools-you-can-explore/README.es.md +63 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/04.0-other-tools-you-can-explore/README.md +63 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/04.0-other-tools-you-can-explore/README.md.processed +63 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/05.0-test-your-avatar-knowledge/README.es.md +65 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/05.0-test-your-avatar-knowledge/README.md +66 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/exercises/05.0-test-your-avatar-knowledge/README.md.processed +66 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/00.0-welcome-to-avatar-creation-with-heygen/README.html +62 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/01.0-introduction-to-heygen/README.html +124 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/01.1-setting-up-a-heygen-account/README.html +121 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/01.2-understanding-heygen-interface/README.html +125 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/02.0-creating-your-avatar-navigate-in-the-interface/README.html +122 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/02.2-your-avatar-is-ready-what-to-do-now/README.html +62 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/03.0-creating-a-video-with-your-avatar/README.html +145 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/04.0-other-tools-you-can-explore/README.html +164 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/05.0-test-your-avatar-knowledge/README.html +116 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/main.html +17 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/html/toc.html +28 -0
- package/src/output/directory/de8e3599-60a4-4f1d-9826-a0762d0b9402/metadata.yaml +9 -0
- package/src/output/directory/f33b274b-6a3f-40f8-85c2-a96aa8bfdbe6.zip +0 -0
- package/src/ui/_app/app.css +1 -1
- package/src/ui/_app/app.js +355 -355
- package/src/ui/app.tar.gz +0 -0
- package/src/utils/export/README.md +178 -178
- package/src/utils/export/epub.ts +292 -80
- package/src/utils/export/index.ts +1 -1
- package/src/utils/export/types.ts +8 -0
@@ -0,0 +1,95 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 3.128
|
4
|
+
words: 782
|
5
|
+
fkglResult: 7.57
|
6
|
+
---
|
7
|
+
|
8
|
+
# `03.0` - Creating a Video with Your Avatar
|
9
|
+
|
10
|
+
Hey, video creator! 🎥 You're at an exciting stage—your HeyGen avatar is ready, and now it’s time to bring it to life in your very first video project. Whether you’re aiming to craft a personal intro, a business pitch, or just something fun, this lesson will guide you through the process of creating engaging video content with your avatar. Let’s turn your digital persona into a storytelling star!
|
11
|
+
|
12
|
+
## Getting to the Video Creation Hub
|
13
|
+
|
14
|
+
Let’s start by navigating to the right spot in HeyGen. In the sidebar, you'll see a purple button labeled **"Create video"**—that’s your first step. Click this button to enter the video creation section. This is your workspace for building awesome content, and it’s where the magic happens.
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
## Selecting Your The Aspect Ratio
|
19
|
+
|
20
|
+
Now that you’re in the video creation area, you'll find different options for starting your project. By default, **"Start from scratch"** is selected. In this option, your first step is to select the aspect ratio that best matches your content—such as landscape for YouTube, portrait for TikTok.
|
21
|
+
|
22
|
+

|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
> Note the other options: Feel free to explore them later!
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
## Select your avatar
|
33
|
+
|
34
|
+
Now you are in the video editor interface. You'll probably see a default avatar in place, but we need to select the avatar you previously created.
|
35
|
+
|
36
|
+
To do this:
|
37
|
+
|
38
|
+
1. Click the **avatar button** in the left sidebar.
|
39
|
+
2. Click on **"Replace avatar"**.
|
40
|
+
3. Select your own avatar from the list.
|
41
|
+
|
42
|
+

|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
Your chosen avatar will now appear in the video editor, ready for you to use in your project!
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
## Write the script
|
51
|
+
|
52
|
+
Next, add some dialogue or text for your avatar to “speak.” Find the script or text input field and type a short message—something like, “Hi, I’m [Your Name], and I’m excited to share this video with you!” Keep it brief for your first try. Adjust settings like voice tone or speed if HeyGen offers those options, then preview how your avatar delivers the lines. Tweak the script if it doesn’t sound natural, and play around until it feels just right.
|
53
|
+
|
54
|
+
> Nowadays you can write a "/" and select the option to use AI to write the script for you
|
55
|
+
|
56
|
+
## Selecting Captions for the Video
|
57
|
+
|
58
|
+
Captions make your videos more accessible and engaging by displaying text on screen as your avatar speaks. Here’s how to add captions in HeyGen:
|
59
|
+
|
60
|
+
1. After writing your script, look for the **Captions** or **Subtitles** option in the video editor.
|
61
|
+
2. Click to enable or add captions. HeyGen will automatically generate captions based on your script.
|
62
|
+
3. Select the caption template you like the most
|
63
|
+
|
64
|
+
|
65
|
+
> Tip: Clear, easy-to-read captions help viewers follow along, especially if they’re watching without sound.
|
66
|
+
|
67
|
+

|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
Once you’re satisfied, preview your video to see how the captions appear. Make any final adjustments before exporting your video.
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
## Exporting Your First Video
|
76
|
+
|
77
|
+
You’ve set up the basics, so let’s wrap it up by exporting your creation. Click the **"Generate"** button at the top right corner of the editor. A prompt will appear asking you to enter a title for your video—type in a name that fits your project. Next, you can customize the resolution to match your needs (for example, 1080p for high quality). Once you’ve set the title and resolution, click **"Submit"** to start processing your video. HeyGen will generate your video, which might take a minute or two depending on the length and complexity. When it’s ready, you’ll be able to download it to your device and review the final result.
|
78
|
+
|
79
|
+

|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
## Quick Tips for Video Success
|
86
|
+
|
87
|
+
Here are a few pointers to keep in mind as you create more videos:
|
88
|
+
- **Keep Scripts Short:** Start with 30-60 seconds of content to avoid overwhelm.
|
89
|
+
- **Test Different Voices:** If HeyGen allows voice customization, experiment to find the best match for your avatar.
|
90
|
+
- **Use Templates:** They’re a great shortcut while you’re learning the ropes.
|
91
|
+
|
92
|
+
## Wrap-Up and Next Steps
|
93
|
+
|
94
|
+
Fantastic work! 🌟 You’ve just created your first video with your HeyGen avatar—a huge step toward mastering digital content creation. Take a moment to think: What did you find easiest about this process? Was there anything tricky that you’d like to improve on next time? Jot down one idea for your next video project to keep the momentum going.
|
95
|
+
|
@@ -0,0 +1,95 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 3.128
|
4
|
+
words: 782
|
5
|
+
fkglResult: 7.57
|
6
|
+
---
|
7
|
+
|
8
|
+
# `03.0` - Creating a Video with Your Avatar
|
9
|
+
|
10
|
+
Hey, video creator! 🎥 You're at an exciting stage—your HeyGen avatar is ready, and now it’s time to bring it to life in your very first video project. Whether you’re aiming to craft a personal intro, a business pitch, or just something fun, this lesson will guide you through the process of creating engaging video content with your avatar. Let’s turn your digital persona into a storytelling star!
|
11
|
+
|
12
|
+
## Getting to the Video Creation Hub
|
13
|
+
|
14
|
+
Let’s start by navigating to the right spot in HeyGen. In the sidebar, you'll see a purple button labeled **"Create video"**—that’s your first step. Click this button to enter the video creation section. This is your workspace for building awesome content, and it’s where the magic happens.
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
## Selecting Your The Aspect Ratio
|
19
|
+
|
20
|
+
Now that you’re in the video creation area, you'll find different options for starting your project. By default, **"Start from scratch"** is selected. In this option, your first step is to select the aspect ratio that best matches your content—such as landscape for YouTube, portrait for TikTok.
|
21
|
+
|
22
|
+

|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
> Note the other options: Feel free to explore them later!
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
## Select your avatar
|
33
|
+
|
34
|
+
Now you are in the video editor interface. You'll probably see a default avatar in place, but we need to select the avatar you previously created.
|
35
|
+
|
36
|
+
To do this:
|
37
|
+
|
38
|
+
1. Click the **avatar button** in the left sidebar.
|
39
|
+
2. Click on **"Replace avatar"**.
|
40
|
+
3. Select your own avatar from the list.
|
41
|
+
|
42
|
+

|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
Your chosen avatar will now appear in the video editor, ready for you to use in your project!
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
## Write the script
|
51
|
+
|
52
|
+
Next, add some dialogue or text for your avatar to “speak.” Find the script or text input field and type a short message—something like, “Hi, I’m [Your Name], and I’m excited to share this video with you!” Keep it brief for your first try. Adjust settings like voice tone or speed if HeyGen offers those options, then preview how your avatar delivers the lines. Tweak the script if it doesn’t sound natural, and play around until it feels just right.
|
53
|
+
|
54
|
+
> Nowadays you can write a "/" and select the option to use AI to write the script for you
|
55
|
+
|
56
|
+
## Selecting Captions for the Video
|
57
|
+
|
58
|
+
Captions make your videos more accessible and engaging by displaying text on screen as your avatar speaks. Here’s how to add captions in HeyGen:
|
59
|
+
|
60
|
+
1. After writing your script, look for the **Captions** or **Subtitles** option in the video editor.
|
61
|
+
2. Click to enable or add captions. HeyGen will automatically generate captions based on your script.
|
62
|
+
3. Select the caption template you like the most
|
63
|
+
|
64
|
+
|
65
|
+
> Tip: Clear, easy-to-read captions help viewers follow along, especially if they’re watching without sound.
|
66
|
+
|
67
|
+

|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
Once you’re satisfied, preview your video to see how the captions appear. Make any final adjustments before exporting your video.
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
## Exporting Your First Video
|
76
|
+
|
77
|
+
You’ve set up the basics, so let’s wrap it up by exporting your creation. Click the **"Generate"** button at the top right corner of the editor. A prompt will appear asking you to enter a title for your video—type in a name that fits your project. Next, you can customize the resolution to match your needs (for example, 1080p for high quality). Once you’ve set the title and resolution, click **"Submit"** to start processing your video. HeyGen will generate your video, which might take a minute or two depending on the length and complexity. When it’s ready, you’ll be able to download it to your device and review the final result.
|
78
|
+
|
79
|
+

|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
## Quick Tips for Video Success
|
86
|
+
|
87
|
+
Here are a few pointers to keep in mind as you create more videos:
|
88
|
+
- **Keep Scripts Short:** Start with 30-60 seconds of content to avoid overwhelm.
|
89
|
+
- **Test Different Voices:** If HeyGen allows voice customization, experiment to find the best match for your avatar.
|
90
|
+
- **Use Templates:** They’re a great shortcut while you’re learning the ropes.
|
91
|
+
|
92
|
+
## Wrap-Up and Next Steps
|
93
|
+
|
94
|
+
Fantastic work! 🌟 You’ve just created your first video with your HeyGen avatar—a huge step toward mastering digital content creation. Take a moment to think: What did you find easiest about this process? Was there anything tricky that you’d like to improve on next time? Jot down one idea for your next video project to keep the momentum going.
|
95
|
+
|
@@ -0,0 +1,63 @@
|
|
1
|
+
---
|
2
|
+
tiempoDeLectura:
|
3
|
+
minutos: 3.54
|
4
|
+
palabras: 885
|
5
|
+
fkglResultado: 9.13
|
6
|
+
---
|
7
|
+
|
8
|
+
# `04.0` - Otras herramientas que puedes explorar
|
9
|
+
|
10
|
+
¡Hola, mente creativa! 🌟 Ya has creado un avatar increíble y producido tu primer video con HeyGen. ¡Eso es un comienzo fantástico! Ahora, ampliemos tus horizontes explorando otras herramientas de video con IA que pueden potenciar tu camino en la creación de contenido. En esta lección, profundizaremos en plataformas como Synthesia y Creatify, descubriremos sus características únicas y veremos cómo pueden trabajar junto a HeyGen para potenciar tus proyectos. ¿Listo para expandir tu kit de herramientas? ¡Vamos!
|
11
|
+
|
12
|
+
## ¿Por qué mirar más allá de HeyGen?
|
13
|
+
|
14
|
+
Aunque HeyGen es una plataforma poderosa para la creación de avatares y videos, explorar otras herramientas puede ofrecerte nuevas perspectivas, funciones adicionales o características especializadas. Tal vez buscas diferentes estilos de avatar, opciones de voz únicas o capacidades avanzadas de edición. Al experimentar con varias herramientas, puedes combinar sus fortalezas para crear contenido realmente destacado. Veamos dos alternativas populares y qué aportan a la mesa.
|
15
|
+
|
16
|
+
## Descubriendo Synthesia: Videos IA hechos simples
|
17
|
+
|
18
|
+
Primero está **Synthesia**, una plataforma líder en creación de videos con IA, perfecta tanto para principiantes como para profesionales. Synthesia se centra en crear videos de aspecto profesional con avatares IA, a menudo usados para formación, marketing o contenido educativo. Así es como puedes empezar y qué esperar:
|
19
|
+
|
20
|
+
1. **Regístrate y explora:** Dirígete al sitio web de Synthesia y crea una cuenta gratuita o de prueba. Una vez dentro, haz un recorrido rápido por el panel de control. Busca opciones como “Crear video” o “Selección de avatar”.
|
21
|
+
2. **Características clave:** Synthesia ofrece una amplia gama de avatares predefinidos y soporta múltiples idiomas para locuciones. Puedes ingresar guiones, personalizar fondos e incluso integrar elementos de marca como logotipos.
|
22
|
+
3. **¿Cómo se compara con HeyGen?:** Mientras HeyGen permite la creación de avatares personales, Synthesia destaca por sus avatares listos para usar y plantillas pulidas. Es ideal si necesitas videos profesionales rápidamente sin mucha personalización.
|
23
|
+
4. **Pruébalo:** Crea un video corto de 30 segundos usando un avatar de Synthesia. Elige un guion simple, como presentarte a ti mismo o a tu negocio, y descarga el resultado para ver la calidad.
|
24
|
+
|
25
|
+
Piensa en cómo las características de Synthesia podrían complementar tus proyectos de HeyGen. ¿Podrías usarlo para una audiencia o estilo de contenido diferente?
|
26
|
+
|
27
|
+
## Explorando Creatify: Dinámico y versátil
|
28
|
+
|
29
|
+
Ahora hablemos de **Creatify**, otra herramienta emocionante en el espacio de videos con IA. Creatify es conocida por su versatilidad y enfoque fácil de usar, dirigida a creadores que buscan flexibilidad en el diseño y la narrativa. Aquí tienes una guía rápida para comenzar:
|
30
|
+
|
31
|
+
1. **Primeros pasos:** Visita el sitio oficial de Creatify y regístrate para obtener una cuenta. Después de iniciar sesión, explora la interfaz; busca secciones como “Editor de video” o “Herramientas IA”.
|
32
|
+
2. **Características destacadas:** Creatify suele destacar por sus animaciones dinámicas, plantillas personalizables y una variedad de voces generadas por IA. Es ideal para contenido en redes sociales o clips promocionales cortos.
|
33
|
+
3. **Comparación con HeyGen:** A diferencia del enfoque de HeyGen en avatares personalizados, Creatify puede ofrecer más libertad creativa en efectos visuales y ediciones rápidas. Es una buena opción para videos llamativos y de tendencia.
|
34
|
+
4. **Práctica:** Configura un proyecto de video breve en Creatify. Experimenta con una plantilla y añade un guion divertido, algo casual como un adelanto para redes sociales. Exporta y revisa el resultado.
|
35
|
+
|
36
|
+
Considera cómo el estilo animado de Creatify podría añadir una nueva dimensión a tus videos de HeyGen. ¿Quizás un enfoque híbrido para tu próximo proyecto?
|
37
|
+
|
38
|
+
## Comparando las herramientas: Un resumen rápido
|
39
|
+
|
40
|
+
Desglosemos las fortalezas de cada plataforma en una tabla sencilla para ayudarte a decidir cuándo usar cada herramienta:
|
41
|
+
|
42
|
+
| **Herramienta** | **Mejor para** | **Fortaleza única** | **Complemento para HeyGen** |
|
43
|
+
|-----------------|---------------------------------------|--------------------------------------|-------------------------------------------|
|
44
|
+
| HeyGen | Avatares personalizados, videos a medida | Personalización profunda de avatares | Herramienta principal para personas digitales únicas |
|
45
|
+
| Synthesia | Videos profesionales y rápidos | Avatares listos, multi-idioma | Ideal para contenido formal y pulido |
|
46
|
+
| Creatify | Contenido creativo y dinámico | Animaciones y plantillas de tendencia | Perfecto para videos con estilo en redes sociales |
|
47
|
+
|
48
|
+
Utiliza esto como guía para elegir la herramienta adecuada según los objetivos de tu proyecto. ¡Combina sus funciones para crear contenido diverso!
|
49
|
+
|
50
|
+
## Experimenta y combina: Tu próximo paso
|
51
|
+
|
52
|
+
Ahora que has probado Synthesia y Creatify, es momento de pensar en grande. ¿Podrías usar HeyGen para un avatar personal, Synthesia para un video de formación corporativa y Creatify para un reel llamativo de Instagram? ¡Las posibilidades son infinitas! Dedica un tiempo a probar al menos una de estas nuevas herramientas. Crea un pequeño proyecto en Synthesia o Creatify y compara el proceso con tu experiencia en HeyGen.
|
53
|
+
|
54
|
+
Aquí tienes un plan de acción rápido:
|
55
|
+
- Elige una herramienta (Synthesia o Creatify) para enfocarte primero.
|
56
|
+
- Dedica 15-20 minutos a configurar un video básico.
|
57
|
+
- Anota una cosa que te haya gustado de la herramienta y una que haya sido diferente respecto a HeyGen.
|
58
|
+
|
59
|
+
## Reflexión: Construyendo tu arsenal creativo
|
60
|
+
|
61
|
+
¡Gran trabajo explorando nuevos horizontes! 🌍 Al terminar esta lección, reflexiona sobre cómo estas herramientas pueden encajar en tu flujo creativo. ¿Qué plataforma te entusiasmó más y por qué? ¿Cómo podría la combinación de sus fortalezas ayudarte a llegar a una audiencia más amplia o contar mejores historias? Escribe una idea para un proyecto que use al menos dos de estas herramientas juntas.
|
62
|
+
|
63
|
+
A continuación, pondremos a prueba tus conocimientos sobre la creación de avatares y herramientas de video para consolidar todo lo aprendido. Haz clic cuando estés listo para poner a prueba tus habilidades. ¡Sigue experimentando y mantente curioso!
|
@@ -0,0 +1,63 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 3.54
|
4
|
+
words: 885
|
5
|
+
fkglResult: 9.13
|
6
|
+
---
|
7
|
+
|
8
|
+
# `04.0` - Other Tools You Can Explore
|
9
|
+
|
10
|
+
Hey there, creative mind! 🌟 You've already crafted an amazing avatar and produced your first video with HeyGen. That’s a fantastic start! Now, let’s broaden your horizons by exploring other AI video tools that can enhance your content creation journey. In this lesson, we’ll dive into platforms like Synthesia and Creatify, uncover their unique features, and see how they can work alongside HeyGen to supercharge your projects. Ready to expand your toolkit? Let’s go!
|
11
|
+
|
12
|
+
## Why Look Beyond HeyGen?
|
13
|
+
|
14
|
+
While HeyGen is a powerful platform for avatar and video creation, exploring other tools can offer fresh perspectives, additional features, or specialized functionalities. Maybe you’re looking for different avatar styles, unique voice options, or advanced editing capabilities. By experimenting with multiple tools, you can mix and match their strengths to create truly standout content. Let’s check out two popular alternatives and see what they bring to the table.
|
15
|
+
|
16
|
+
## Discovering Synthesia: AI Videos Made Simple
|
17
|
+
|
18
|
+
First up is **Synthesia**, a leading AI video creation platform that’s perfect for beginners and pros alike. Synthesia focuses on creating professional-looking videos with AI avatars, often used for training, marketing, or educational content. Here’s how to get started and what to expect:
|
19
|
+
|
20
|
+
1. **Sign Up and Explore:** Head to the Synthesia website and create a free account or trial. Once logged in, take a quick tour of the dashboard. Look for options like “Create Video” or “Avatar Selection.”
|
21
|
+
2. **Key Features:** Synthesia offers a wide range of pre-built avatars and supports multiple languages for voiceovers. You can input scripts, customize backgrounds, and even integrate branding elements like logos.
|
22
|
+
3. **How It Compares to HeyGen:** While HeyGen allows for personal avatar creation, Synthesia shines with its ready-to-use avatars and polished templates. It’s ideal if you need quick, professional videos without deep customization.
|
23
|
+
4. **Try It Out:** Create a short 30-second video using a Synthesia avatar. Pick a simple script, like introducing yourself or your business, and download the result to see the quality.
|
24
|
+
|
25
|
+
Think about how Synthesia’s features could complement your HeyGen projects. Could you use it for a different audience or style of content?
|
26
|
+
|
27
|
+
## Exploring Creatify: Dynamic and Versatile
|
28
|
+
|
29
|
+
Next, let’s talk about **Creatify**, another exciting tool in the AI video space. Creatify is known for its versatility and user-friendly approach, often catering to creators who want flexibility in design and storytelling. Here’s a quick guide to diving in:
|
30
|
+
|
31
|
+
1. **Getting Started:** Visit Creatify’s official site and sign up for an account. After logging in, explore the interface—look for sections like “Video Editor” or “AI Tools.”
|
32
|
+
2. **Standout Features:** Creatify often emphasizes dynamic animations, customizable templates, and a variety of AI-generated voices. It’s great for social media content or short promotional clips.
|
33
|
+
3. **Comparison with HeyGen:** Unlike HeyGen’s focus on personalized avatars, Creatify might offer more creative freedom in terms of visual effects and quick edits. It’s a good pick for trendy, eye-catching videos.
|
34
|
+
4. **Hands-On Practice:** Set up a brief video project in Creatify. Experiment with a template and add a fun script—something casual like a social media teaser. Export and review the output.
|
35
|
+
|
36
|
+
Consider how Creatify’s flair for animation could add a new dimension to your HeyGen videos. Maybe a hybrid approach for your next project?
|
37
|
+
|
38
|
+
## Comparing the Tools: A Quick Overview
|
39
|
+
|
40
|
+
Let’s break down the strengths of each platform in a simple table to help you decide when to use which tool:
|
41
|
+
|
42
|
+
| **Tool** | **Best For** | **Unique Strength** | **Complement to HeyGen** |
|
43
|
+
|---------------|---------------------------------------|--------------------------------------|----------------------------------------|
|
44
|
+
| HeyGen | Personalized avatars, custom videos | Deep avatar customization | Core tool for unique digital personas |
|
45
|
+
| Synthesia | Professional, quick videos | Ready-made avatars, multi-language | Great for polished, formal content |
|
46
|
+
| Creatify | Creative, dynamic content | Animations and trendy templates | Perfect for social media flair |
|
47
|
+
|
48
|
+
Use this as a guide to pick the right tool based on your project’s goals. Mix and match their features to create diverse content!
|
49
|
+
|
50
|
+
## Experiment and Combine: Your Next Move
|
51
|
+
|
52
|
+
Now that you’ve got a taste of Synthesia and Creatify, it’s time to think bigger. Could you use HeyGen for a personal avatar, Synthesia for a corporate training video, and Creatify for a snappy Instagram reel? The possibilities are endless! Take some time to play around with at least one of these new tools. Create a small project in either Synthesia or Creatify, and compare the process to your HeyGen experience.
|
53
|
+
|
54
|
+
Here’s a quick action plan:
|
55
|
+
- Choose one tool (Synthesia or Creatify) to focus on first.
|
56
|
+
- Spend 15-20 minutes setting up a basic video.
|
57
|
+
- Note down one thing you liked about the tool and one thing that felt different from HeyGen.
|
58
|
+
|
59
|
+
## Reflection: Building Your Creative Arsenal
|
60
|
+
|
61
|
+
Great job exploring new horizons! 🌍 As you wrap up this lesson, reflect on how these tools can fit into your creative workflow. Which platform excited you the most, and why? How might combining their strengths help you reach a wider audience or tell better stories? Jot down one idea for a project that uses at least two of these tools together.
|
62
|
+
|
63
|
+
Up next, we’ll test your knowledge about avatar creation and video tools to solidify everything you’ve learned. Click ahead when you’re ready to put your skills to the test. Keep experimenting and stay curious!
|
@@ -0,0 +1,63 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 3.54
|
4
|
+
words: 885
|
5
|
+
fkglResult: 9.13
|
6
|
+
---
|
7
|
+
|
8
|
+
# `04.0` - Other Tools You Can Explore
|
9
|
+
|
10
|
+
Hey there, creative mind! 🌟 You've already crafted an amazing avatar and produced your first video with HeyGen. That’s a fantastic start! Now, let’s broaden your horizons by exploring other AI video tools that can enhance your content creation journey. In this lesson, we’ll dive into platforms like Synthesia and Creatify, uncover their unique features, and see how they can work alongside HeyGen to supercharge your projects. Ready to expand your toolkit? Let’s go!
|
11
|
+
|
12
|
+
## Why Look Beyond HeyGen?
|
13
|
+
|
14
|
+
While HeyGen is a powerful platform for avatar and video creation, exploring other tools can offer fresh perspectives, additional features, or specialized functionalities. Maybe you’re looking for different avatar styles, unique voice options, or advanced editing capabilities. By experimenting with multiple tools, you can mix and match their strengths to create truly standout content. Let’s check out two popular alternatives and see what they bring to the table.
|
15
|
+
|
16
|
+
## Discovering Synthesia: AI Videos Made Simple
|
17
|
+
|
18
|
+
First up is **Synthesia**, a leading AI video creation platform that’s perfect for beginners and pros alike. Synthesia focuses on creating professional-looking videos with AI avatars, often used for training, marketing, or educational content. Here’s how to get started and what to expect:
|
19
|
+
|
20
|
+
1. **Sign Up and Explore:** Head to the Synthesia website and create a free account or trial. Once logged in, take a quick tour of the dashboard. Look for options like “Create Video” or “Avatar Selection.”
|
21
|
+
2. **Key Features:** Synthesia offers a wide range of pre-built avatars and supports multiple languages for voiceovers. You can input scripts, customize backgrounds, and even integrate branding elements like logos.
|
22
|
+
3. **How It Compares to HeyGen:** While HeyGen allows for personal avatar creation, Synthesia shines with its ready-to-use avatars and polished templates. It’s ideal if you need quick, professional videos without deep customization.
|
23
|
+
4. **Try It Out:** Create a short 30-second video using a Synthesia avatar. Pick a simple script, like introducing yourself or your business, and download the result to see the quality.
|
24
|
+
|
25
|
+
Think about how Synthesia’s features could complement your HeyGen projects. Could you use it for a different audience or style of content?
|
26
|
+
|
27
|
+
## Exploring Creatify: Dynamic and Versatile
|
28
|
+
|
29
|
+
Next, let’s talk about **Creatify**, another exciting tool in the AI video space. Creatify is known for its versatility and user-friendly approach, often catering to creators who want flexibility in design and storytelling. Here’s a quick guide to diving in:
|
30
|
+
|
31
|
+
1. **Getting Started:** Visit Creatify’s official site and sign up for an account. After logging in, explore the interface—look for sections like “Video Editor” or “AI Tools.”
|
32
|
+
2. **Standout Features:** Creatify often emphasizes dynamic animations, customizable templates, and a variety of AI-generated voices. It’s great for social media content or short promotional clips.
|
33
|
+
3. **Comparison with HeyGen:** Unlike HeyGen’s focus on personalized avatars, Creatify might offer more creative freedom in terms of visual effects and quick edits. It’s a good pick for trendy, eye-catching videos.
|
34
|
+
4. **Hands-On Practice:** Set up a brief video project in Creatify. Experiment with a template and add a fun script—something casual like a social media teaser. Export and review the output.
|
35
|
+
|
36
|
+
Consider how Creatify’s flair for animation could add a new dimension to your HeyGen videos. Maybe a hybrid approach for your next project?
|
37
|
+
|
38
|
+
## Comparing the Tools: A Quick Overview
|
39
|
+
|
40
|
+
Let’s break down the strengths of each platform in a simple table to help you decide when to use which tool:
|
41
|
+
|
42
|
+
| **Tool** | **Best For** | **Unique Strength** | **Complement to HeyGen** |
|
43
|
+
|---------------|---------------------------------------|--------------------------------------|----------------------------------------|
|
44
|
+
| HeyGen | Personalized avatars, custom videos | Deep avatar customization | Core tool for unique digital personas |
|
45
|
+
| Synthesia | Professional, quick videos | Ready-made avatars, multi-language | Great for polished, formal content |
|
46
|
+
| Creatify | Creative, dynamic content | Animations and trendy templates | Perfect for social media flair |
|
47
|
+
|
48
|
+
Use this as a guide to pick the right tool based on your project’s goals. Mix and match their features to create diverse content!
|
49
|
+
|
50
|
+
## Experiment and Combine: Your Next Move
|
51
|
+
|
52
|
+
Now that you’ve got a taste of Synthesia and Creatify, it’s time to think bigger. Could you use HeyGen for a personal avatar, Synthesia for a corporate training video, and Creatify for a snappy Instagram reel? The possibilities are endless! Take some time to play around with at least one of these new tools. Create a small project in either Synthesia or Creatify, and compare the process to your HeyGen experience.
|
53
|
+
|
54
|
+
Here’s a quick action plan:
|
55
|
+
- Choose one tool (Synthesia or Creatify) to focus on first.
|
56
|
+
- Spend 15-20 minutes setting up a basic video.
|
57
|
+
- Note down one thing you liked about the tool and one thing that felt different from HeyGen.
|
58
|
+
|
59
|
+
## Reflection: Building Your Creative Arsenal
|
60
|
+
|
61
|
+
Great job exploring new horizons! 🌍 As you wrap up this lesson, reflect on how these tools can fit into your creative workflow. Which platform excited you the most, and why? How might combining their strengths help you reach a wider audience or tell better stories? Jot down one idea for a project that uses at least two of these tools together.
|
62
|
+
|
63
|
+
Up next, we’ll test your knowledge about avatar creation and video tools to solidify everything you’ve learned. Click ahead when you’re ready to put your skills to the test. Keep experimenting and stay curious!
|
@@ -0,0 +1,65 @@
|
|
1
|
+
---
|
2
|
+
tiempoDeLectura:
|
3
|
+
minutos: 2.76
|
4
|
+
palabras: 690
|
5
|
+
fkglResultado: 9.26
|
6
|
+
---
|
7
|
+
|
8
|
+
# `05.0` - Pon a prueba tus conocimientos sobre avatares
|
9
|
+
|
10
|
+
¡Hola, creador de avatares! 🎉 Has recorrido el emocionante mundo de HeyGen, desde configurar tu cuenta hasta crear tu propio personaje digital único e incluso explorar otras herramientas de video con IA. ¡Ahora es momento de poner a prueba tus habilidades! Esta lección trata de reflexionar sobre lo que has aprendido y asegurarte de que estás listo para brillar en tus futuros proyectos. Sumérgete en un divertido y entretenido cuestionario para afianzar tu comprensión sobre la creación de avatares y la producción de videos.
|
11
|
+
|
12
|
+
## ¿Por qué poner a prueba tus conocimientos?
|
13
|
+
|
14
|
+
Ponerte a prueba no es solo acertar respuestas, sino ganar confianza en tus habilidades. Al repasar conceptos clave como la configuración de la cuenta, la navegación por la interfaz, la creación de avatares, la producción de videos y herramientas alternativas, reforzarás tu aprendizaje y detectarás áreas que podrías querer repasar. Piensa en esto como un punto de control antes de asumir desafíos creativos aún mayores. ¿Listo para demostrar lo que sabes? ¡Empecemos!
|
15
|
+
|
16
|
+
## Cuestionario de creación de avatares: Demuestra lo que has aprendido
|
17
|
+
|
18
|
+
A continuación, encontrarás una serie de preguntas diseñadas para cubrir cada paso de tu recorrido en HeyGen. Tómate tu tiempo para pensar cada una y no te preocupes si no estás seguro: úsalo como una oportunidad para reflexionar y quizás repasar lecciones anteriores. ¡Vamos a poner a prueba tu dominio!
|
19
|
+
|
20
|
+
1. ¿Cuál es el primer paso para empezar a usar HeyGen?
|
21
|
+
|
22
|
+
- [ ] Explorar plantillas de video
|
23
|
+
- [x] Configurar una cuenta en HeyGen
|
24
|
+
- [ ] Crear un guion de video
|
25
|
+
- [ ] Seleccionar una voz de avatar
|
26
|
+
|
27
|
+
2. ¿Qué parte de la interfaz de HeyGen te ayuda a iniciar un nuevo proyecto de avatar?
|
28
|
+
|
29
|
+
- [ ] La sección de facturación
|
30
|
+
- [ ] El centro de ayuda
|
31
|
+
- [x] El botón "Crear Avatar" o similar para proyectos
|
32
|
+
- [ ] El menú de exportación de video
|
33
|
+
|
34
|
+
3. ¿Cuál es un requisito clave durante el proceso de creación de avatares en HeyGen?
|
35
|
+
|
36
|
+
- [ ] Elegir una pista de música de fondo
|
37
|
+
- [x] Dar consentimiento para grabar o subir contenido
|
38
|
+
- [ ] Seleccionar una resolución de video
|
39
|
+
- [ ] Añadir subtítulos al avatar
|
40
|
+
|
41
|
+
4. Después de que tu avatar esté listo, ¿cuál es el siguiente paso lógico en HeyGen?
|
42
|
+
|
43
|
+
- [ ] Eliminar el avatar para empezar de nuevo
|
44
|
+
- [ ] Cambiar la contraseña de tu cuenta
|
45
|
+
- [x] Usar el avatar para crear un video o proyecto
|
46
|
+
- [ ] Explorar otras herramientas no relacionadas
|
47
|
+
|
48
|
+
|
49
|
+
## 🏆 Mini desafío: Reflexiona sobre tu recorrido
|
50
|
+
|
51
|
+
Tomémonos un momento para pensar en tu experiencia hasta ahora. Responde esta pregunta abierta para profundizar tu comprensión y compartir tus ideas. ¡No hay respuesta incorrecta aquí, solo sé honesto y reflexivo!
|
52
|
+
|
53
|
+
### ¿Cuál es tu mayor aprendizaje?
|
54
|
+
|
55
|
+
¿Qué es lo que más te sorprendió o entusiasmó sobre la creación de avatares o las herramientas de video con IA? ¿Cómo planeas usar este conocimiento en un proyecto futuro?
|
56
|
+
|
57
|
+
```question eval="El estudiante debe compartir brevemente un aprendizaje clave o sorpresa del curso sobre la creación de avatares o herramientas de IA y mencionar una posible aplicación en un proyecto futuro."
|
58
|
+
Me sorprendió lo sencillo que es crear un avatar digital realista usando HeyGen. Planeo usar esta habilidad para hacer videos de capacitación atractivos para mi equipo en el trabajo.
|
59
|
+
No sé si lo usaré, pero me gusta lo mucho que se parece a mí.
|
60
|
+
La parte más emocionante fue ver lo rápido que pude convertir un guion en un video con un avatar de IA. Quiero usar esto para mi canal de YouTube y producir contenido de manera más eficiente.
|
61
|
+
```
|
62
|
+
|
63
|
+
## ¡Celebra tu progreso! 🥳
|
64
|
+
|
65
|
+
¡Fantástico trabajo completando este cuestionario! 🌟 Ya sea que hayas acertado todas las preguntas o encontrado algunas difíciles, has dado un gran paso para dominar HeyGen y comprender el panorama más amplio de las herramientas de video con IA. Usa cualquier brecha en tu conocimiento como motivación para repasar lecciones específicas o experimentar más con las plataformas. Reflexiona sobre tu respuesta al mini desafío: ¡tu entusiasmo e ideas son el combustible para tu próxima aventura creativa!
|
@@ -0,0 +1,66 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 2.76
|
4
|
+
words: 690
|
5
|
+
fkglResult: 9.26
|
6
|
+
---
|
7
|
+
|
8
|
+
# `05.0` - Test Your Avatar Knowledge
|
9
|
+
|
10
|
+
Hey there, avatar creator! 🎉 You've journeyed through the exciting world of HeyGen, from setting up your account to crafting your unique digital persona and even exploring other AI video tools. Now, it’s time to put your skills to the test! This lesson is all about reflecting on what you’ve learned and ensuring you’re ready to shine in your future projects. Let’s dive into a fun and engaging quiz to solidify your understanding of avatar creation and video production.
|
11
|
+
|
12
|
+
## Why Test Your Knowledge?
|
13
|
+
|
14
|
+
Testing yourself isn’t just about getting answers right—it’s about building confidence in your abilities. By revisiting key concepts like account setup, interface navigation, avatar creation, video production, and alternative tools, you’ll reinforce your learning and spot any areas where you might want to review. Think of this as a checkpoint before you take on even bigger creative challenges. Ready to show what you know? Let’s get started!
|
15
|
+
|
16
|
+
## Avatar Creation Quiz: Show What You’ve Learned
|
17
|
+
|
18
|
+
Below are a series of questions designed to cover every step of your HeyGen journey. Take your time to think through each one, and don’t worry if you’re unsure—use this as a chance to reflect and maybe revisit earlier lessons. Let’s test your mastery!
|
19
|
+
|
20
|
+
1. What is the first step to start using HeyGen?
|
21
|
+
|
22
|
+
- [ ] Exploring video templates
|
23
|
+
- [x] Setting up a HeyGen account
|
24
|
+
- [ ] Creating a video script
|
25
|
+
- [ ] Selecting an avatar voice
|
26
|
+
|
27
|
+
2. Which part of the HeyGen interface helps you start a new avatar project?
|
28
|
+
|
29
|
+
- [ ] The billing section
|
30
|
+
- [ ] The help center
|
31
|
+
- [x] The "Create Avatar" or similar project button
|
32
|
+
- [ ] The video export menu
|
33
|
+
|
34
|
+
3. What is a key requirement during the avatar creation process in HeyGen?
|
35
|
+
|
36
|
+
- [ ] Choosing a background music track
|
37
|
+
- [x] Giving consent for recording or uploading content
|
38
|
+
- [ ] Selecting a video resolution
|
39
|
+
- [ ] Adding subtitles to the avatar
|
40
|
+
|
41
|
+
4. After your avatar is ready, what’s the next logical step in HeyGen?
|
42
|
+
|
43
|
+
- [ ] Deleting the avatar to start over
|
44
|
+
- [ ] Changing your account password
|
45
|
+
- [x] Using the avatar to create a video or project
|
46
|
+
- [ ] Exploring other unrelated tools
|
47
|
+
|
48
|
+
|
49
|
+
## 🏆 Mini Challenge: Reflect on Your Journey
|
50
|
+
|
51
|
+
Let’s take a moment to think about your experience so far. Answer this open-ended question to deepen your understanding and share your thoughts. There’s no wrong answer here—just be honest and reflective!
|
52
|
+
|
53
|
+
### What’s Your Biggest Takeaway?
|
54
|
+
|
55
|
+
What’s one thing you’ve learned about avatar creation or AI video tools that surprised or excited you the most? How do you plan to use this knowledge in a future project?
|
56
|
+
|
57
|
+
```question eval="The student should briefly share one key learning or surprise from the course about avatar creation or AI tools and mention a potential application in a future project."
|
58
|
+
I was surprised by how simple it is to create a realistic digital avatar using HeyGen. I plan to use this skill to make engaging training videos for my team at work.
|
59
|
+
I don't now if I will use it, but I like how much is similar to me
|
60
|
+
The most exciting part was seeing how quickly I could turn a script into a video with an AI avatar. I want to use this for my YouTube channel to produce content more efficiently.
|
61
|
+
```
|
62
|
+
|
63
|
+
## Celebrate Your Progress 🥳
|
64
|
+
|
65
|
+
Fantastic work completing this quiz! 🌟 Whether you aced every question or found a few tricky spots, you’ve taken a huge step in mastering HeyGen and understanding the broader landscape of AI video tools. Use any gaps in your knowledge as motivation to revisit specific lessons or experiment more with the platforms. Reflect on your mini challenge response—your excitement and ideas are the fuel for your next creative endeavor!
|
66
|
+
|
@@ -0,0 +1,66 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 2.76
|
4
|
+
words: 690
|
5
|
+
fkglResult: 9.26
|
6
|
+
---
|
7
|
+
|
8
|
+
# `05.0` - Test Your Avatar Knowledge
|
9
|
+
|
10
|
+
Hey there, avatar creator! 🎉 You've journeyed through the exciting world of HeyGen, from setting up your account to crafting your unique digital persona and even exploring other AI video tools. Now, it’s time to put your skills to the test! This lesson is all about reflecting on what you’ve learned and ensuring you’re ready to shine in your future projects. Let’s dive into a fun and engaging quiz to solidify your understanding of avatar creation and video production.
|
11
|
+
|
12
|
+
## Why Test Your Knowledge?
|
13
|
+
|
14
|
+
Testing yourself isn’t just about getting answers right—it’s about building confidence in your abilities. By revisiting key concepts like account setup, interface navigation, avatar creation, video production, and alternative tools, you’ll reinforce your learning and spot any areas where you might want to review. Think of this as a checkpoint before you take on even bigger creative challenges. Ready to show what you know? Let’s get started!
|
15
|
+
|
16
|
+
## Avatar Creation Quiz: Show What You’ve Learned
|
17
|
+
|
18
|
+
Below are a series of questions designed to cover every step of your HeyGen journey. Take your time to think through each one, and don’t worry if you’re unsure—use this as a chance to reflect and maybe revisit earlier lessons. Let’s test your mastery!
|
19
|
+
|
20
|
+
1. What is the first step to start using HeyGen?
|
21
|
+
|
22
|
+
- [ ] Exploring video templates
|
23
|
+
- [x] Setting up a HeyGen account
|
24
|
+
- [ ] Creating a video script
|
25
|
+
- [ ] Selecting an avatar voice
|
26
|
+
|
27
|
+
2. Which part of the HeyGen interface helps you start a new avatar project?
|
28
|
+
|
29
|
+
- [ ] The billing section
|
30
|
+
- [ ] The help center
|
31
|
+
- [x] The "Create Avatar" or similar project button
|
32
|
+
- [ ] The video export menu
|
33
|
+
|
34
|
+
3. What is a key requirement during the avatar creation process in HeyGen?
|
35
|
+
|
36
|
+
- [ ] Choosing a background music track
|
37
|
+
- [x] Giving consent for recording or uploading content
|
38
|
+
- [ ] Selecting a video resolution
|
39
|
+
- [ ] Adding subtitles to the avatar
|
40
|
+
|
41
|
+
4. After your avatar is ready, what’s the next logical step in HeyGen?
|
42
|
+
|
43
|
+
- [ ] Deleting the avatar to start over
|
44
|
+
- [ ] Changing your account password
|
45
|
+
- [x] Using the avatar to create a video or project
|
46
|
+
- [ ] Exploring other unrelated tools
|
47
|
+
|
48
|
+
|
49
|
+
## 🏆 Mini Challenge: Reflect on Your Journey
|
50
|
+
|
51
|
+
Let’s take a moment to think about your experience so far. Answer this open-ended question to deepen your understanding and share your thoughts. There’s no wrong answer here—just be honest and reflective!
|
52
|
+
|
53
|
+
### What’s Your Biggest Takeaway?
|
54
|
+
|
55
|
+
What’s one thing you’ve learned about avatar creation or AI video tools that surprised or excited you the most? How do you plan to use this knowledge in a future project?
|
56
|
+
|
57
|
+
```question eval="The student should briefly share one key learning or surprise from the course about avatar creation or AI tools and mention a potential application in a future project."
|
58
|
+
I was surprised by how simple it is to create a realistic digital avatar using HeyGen. I plan to use this skill to make engaging training videos for my team at work.
|
59
|
+
I don't now if I will use it, but I like how much is similar to me
|
60
|
+
The most exciting part was seeing how quickly I could turn a script into a video with an AI avatar. I want to use this for my YouTube channel to produce content more efficiently.
|
61
|
+
```
|
62
|
+
|
63
|
+
## Celebrate Your Progress 🥳
|
64
|
+
|
65
|
+
Fantastic work completing this quiz! 🌟 Whether you aced every question or found a few tricky spots, you’ve taken a huge step in mastering HeyGen and understanding the broader landscape of AI video tools. Use any gaps in your knowledge as motivation to revisit specific lessons or experiment more with the platforms. Reflect on your mini challenge response—your excitement and ideas are the fuel for your next creative endeavor!
|
66
|
+
|