@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,23 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 1
|
4
|
+
words: 225
|
5
|
+
fkglResult: 11.55
|
6
|
+
---
|
7
|
+
|
8
|
+
# `00.0` - Welcome to Avatar Creation with HeyGen
|
9
|
+
|
10
|
+
Hey there, future avatar creator! 🎉 Are you ready to step into the exciting world of AI-powered video creation? In just 30 minutes, you’ll embark on a journey to craft your very own digital avatar using HeyGen, a cutting-edge platform that makes video production fun and accessible. Whether you're a content creator, educator, or just curious about AI tools, this course is your gateway to creating engaging, personalized videos with ease.
|
11
|
+
|
12
|
+
Here’s what you’ll achieve: understand the basics of HeyGen, set up your account, create a unique avatar, and produce your first video. This course is structured into bite-sized modules to guide you step-by-step. Let’s dive in and unleash your creativity—click ahead to get started!
|
13
|
+
|
14
|
+
### What You’ll Learn in This Course
|
15
|
+
- **HeyGen Basics**: Get familiar with the platform and its powerful features.
|
16
|
+
- **Avatar Creation**: Build a digital version of yourself or a custom character.
|
17
|
+
- **Video Production**: Use your avatar to create professional-looking videos effortlessly.
|
18
|
+
- **Exploration**: Discover additional tools to enhance your content.
|
19
|
+
|
20
|
+
### Why HeyGen?
|
21
|
+
HeyGen simplifies video creation by leveraging AI, saving you time and resources while delivering high-quality results. Perfect for beginners, this tool opens up endless possibilities for storytelling and communication.
|
22
|
+
|
23
|
+
Let’s not wait any longer—continue to the next lesson to explore HeyGen and start your avatar-making adventure!
|
@@ -0,0 +1,23 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 1
|
4
|
+
words: 225
|
5
|
+
fkglResult: 11.55
|
6
|
+
---
|
7
|
+
|
8
|
+
# `00.0` - Welcome to Avatar Creation with HeyGen
|
9
|
+
|
10
|
+
Hey there, future avatar creator! 🎉 Are you ready to step into the exciting world of AI-powered video creation? In just 30 minutes, you’ll embark on a journey to craft your very own digital avatar using HeyGen, a cutting-edge platform that makes video production fun and accessible. Whether you're a content creator, educator, or just curious about AI tools, this course is your gateway to creating engaging, personalized videos with ease.
|
11
|
+
|
12
|
+
Here’s what you’ll achieve: understand the basics of HeyGen, set up your account, create a unique avatar, and produce your first video. This course is structured into bite-sized modules to guide you step-by-step. Let’s dive in and unleash your creativity—click ahead to get started!
|
13
|
+
|
14
|
+
### What You’ll Learn in This Course
|
15
|
+
- **HeyGen Basics**: Get familiar with the platform and its powerful features.
|
16
|
+
- **Avatar Creation**: Build a digital version of yourself or a custom character.
|
17
|
+
- **Video Production**: Use your avatar to create professional-looking videos effortlessly.
|
18
|
+
- **Exploration**: Discover additional tools to enhance your content.
|
19
|
+
|
20
|
+
### Why HeyGen?
|
21
|
+
HeyGen simplifies video creation by leveraging AI, saving you time and resources while delivering high-quality results. Perfect for beginners, this tool opens up endless possibilities for storytelling and communication.
|
22
|
+
|
23
|
+
Let’s not wait any longer—continue to the next lesson to explore HeyGen and start your avatar-making adventure!
|
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
tiempoDeLectura:
|
3
|
+
minutos: 2.648
|
4
|
+
palabras: 662
|
5
|
+
fkglResultado: 10.12
|
6
|
+
---
|
7
|
+
|
8
|
+
# `01.0` - Introducción a HeyGen
|
9
|
+
|
10
|
+
¡Hola, entusiasta de los avatares! 🌟 Bienvenido al primer paso de tu viaje en el mundo de la creación de videos impulsados por IA con HeyGen. Si alguna vez has soñado con crear videos atractivos o avatares digitales para proyectos personales, marketing o simplemente por diversión, estás en el lugar correcto. Hoy, vamos a sumergirnos en qué es HeyGen y por qué es un cambio de juego para creadores como tú. ¡Vamos a explorar cómo esta plataforma puede dar vida a tus ideas!
|
11
|
+
|
12
|
+
En esta lección, descubriremos la magia detrás de HeyGen, su papel en la creación de videos y avatares impulsados por IA, y te daremos un adelanto de sus características más destacadas. Al final, entenderás por qué HeyGen es la herramienta preferida tanto para principiantes como para profesionales. ¿Listo para empezar? ¡Vamos allá!
|
13
|
+
|
14
|
+
## ¿Qué es HeyGen?
|
15
|
+
|
16
|
+
HeyGen es una plataforma innovadora que utiliza inteligencia artificial para simplificar la creación de videos. Ya sea que quieras crear un avatar digital de ti mismo o producir videos de calidad profesional sin equipos costosos, HeyGen te tiene cubierto. Está diseñada para ahorrar tiempo, reducir costos y hacer que la producción de videos sea accesible para todos—¡no necesitas experiencia previa!
|
17
|
+
|
18
|
+
En esencia, HeyGen se especializa en generar avatares realistas y sincronizarlos con locuciones o guiones para crear videos dinámicos. Piénsalo como tu estudio de video personal, impulsado por IA, al alcance de tu mano. Desde educadores que crean lecciones atractivas hasta empresas que elaboran contenido de marketing, HeyGen abre un mundo de posibilidades.
|
19
|
+
|
20
|
+
## ¿Por qué usar HeyGen para tus proyectos?
|
21
|
+
|
22
|
+
Desglosemos por qué HeyGen destaca y cómo puede beneficiarte:
|
23
|
+
- **Personalización**: Crea avatares que se parezcan a ti o diseña personajes personalizados para representar tu marca o historia.
|
24
|
+
- **Eficiencia**: Produce videos de alta calidad en minutos, no en horas, gracias a la automatización por IA.
|
25
|
+
- **Versatilidad**: Usa HeyGen para vlogs personales, presentaciones profesionales, contenido para redes sociales o incluso materiales de e-learning.
|
26
|
+
- **Accesibilidad**: No necesitas cámaras sofisticadas ni software de edición—HeyGen se encarga de todo.
|
27
|
+
|
28
|
+
Imagina crear un video para tu pequeño negocio sin contratar a un videógrafo, o diseñar un portavoz digital para tu curso en línea en solo unos clics. ¡Ese es el poder de HeyGen!
|
29
|
+
|
30
|
+
## Características clave de HeyGen: Un vistazo rápido
|
31
|
+
|
32
|
+
Antes de profundizar en las próximas lecciones, aquí tienes una instantánea de lo que HeyGen ofrece para impulsar tu creatividad:
|
33
|
+
|
34
|
+
| **Característica** | **Qué hace** |
|
35
|
+
|--------------------------|------------------------------------------------------|
|
36
|
+
| **Creación de avatares** | Crea avatares digitales realistas a partir de fotos o plantillas. |
|
37
|
+
| **Síntesis de voz** | Añade locuciones de sonido natural en varios idiomas. |
|
38
|
+
| **Plantillas de video** | Elige entre diseños preestablecidos para configurar videos rápidamente. |
|
39
|
+
| **Integración de guiones** | Ingresa texto o guiones para que tu avatar los diga. |
|
40
|
+
| **Opciones de personalización**| Ajusta expresiones, fondos y más para resultados únicos. |
|
41
|
+
|
42
|
+
Estas características trabajan juntas para que la creación de videos sea fluida. Ya sea que cuentes una historia o promociones un producto, HeyGen te equipa con las herramientas para hacerlo sin esfuerzo.
|
43
|
+
|
44
|
+
## Aplicaciones en el mundo real
|
45
|
+
|
46
|
+
Pongamos esto en contexto con un par de escenarios donde HeyGen brilla:
|
47
|
+
- **Para creadores de contenido**: ¿Quieres destacar en redes sociales? Usa HeyGen para crear un avatar que transmita tu mensaje de una manera única y llamativa.
|
48
|
+
- **Para empresas**: ¿Necesitas una voz de marca consistente? Diseña un portavoz digital para representar tu empresa en todos los videos sin tener que grabar de nuevo cada vez.
|
49
|
+
|
50
|
+
Piensa en un proyecto en el que estés trabajando—¿cómo podría HeyGen mejorarlo? ¡Tenlo en mente mientras avanzamos!
|
51
|
+
|
52
|
+
## Reflexionemos
|
53
|
+
|
54
|
+
Tómate un momento para considerar: ¿Qué es lo que más te entusiasma de usar HeyGen? ¿Crear un avatar que se parezca a ti o tal vez producir videos sin las complicaciones habituales? Anota tus pensamientos o compártelos con un amigo—te ayudará a mantenerte motivado mientras profundizamos en la plataforma en las próximas lecciones.
|
55
|
+
|
56
|
+
¡Eso es todo por ahora! Ya tienes una visión general de qué es HeyGen y cómo puede transformar tu proceso creativo. Haz clic para pasar a la siguiente lección, donde te guiaremos para configurar tu cuenta de HeyGen y comenzar. ¡Vamos a hacer magia! 🚀
|
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 2.648
|
4
|
+
words: 662
|
5
|
+
fkglResult: 10.12
|
6
|
+
---
|
7
|
+
|
8
|
+
# `01.0` - Introduction to HeyGen
|
9
|
+
|
10
|
+
Hey, avatar enthusiast! 🌟 Welcome to the first step of your journey into the world of AI-powered video creation with HeyGen. If you’ve ever dreamed of crafting engaging videos or digital avatars for personal projects, marketing, or just for fun, you’re in the right place. Today, we’re diving into what HeyGen is all about and why it’s a game-changer for creators like you. Let’s explore how this platform can bring your ideas to life!
|
11
|
+
|
12
|
+
In this lesson, we’ll uncover the magic behind HeyGen, its role in AI-driven video and avatar creation, and give you a sneak peek at its standout features. By the end, you’ll understand why HeyGen is the go-to tool for beginners and pros alike. Ready to get started? Let’s jump in!
|
13
|
+
|
14
|
+
## What is HeyGen?
|
15
|
+
|
16
|
+
HeyGen is an innovative platform that uses artificial intelligence to simplify video creation. Whether you’re looking to create a digital avatar of yourself or produce professional-grade videos without expensive equipment, HeyGen has got you covered. It’s designed to save time, reduce costs, and make video production accessible to everyone—no prior experience needed!
|
17
|
+
|
18
|
+
At its core, HeyGen specializes in generating realistic avatars and syncing them with voiceovers or scripts to create dynamic videos. Think of it as your personal video studio, powered by AI, right at your fingertips. From educators creating engaging lessons to businesses crafting marketing content, HeyGen opens up a world of possibilities.
|
19
|
+
|
20
|
+
## Why Use HeyGen for Your Projects?
|
21
|
+
|
22
|
+
Let’s break down why HeyGen stands out and how it can benefit you:
|
23
|
+
- **Personalization**: Create avatars that look like you or design custom characters to represent your brand or story.
|
24
|
+
- **Efficiency**: Produce high-quality videos in minutes, not hours, thanks to AI automation.
|
25
|
+
- **Versatility**: Use HeyGen for personal vlogs, professional presentations, social media content, or even e-learning materials.
|
26
|
+
- **Accessibility**: No need for fancy cameras or editing software—HeyGen handles the heavy lifting.
|
27
|
+
|
28
|
+
Imagine creating a video for your small business without hiring a videographer, or designing a digital spokesperson for your online course in just a few clicks. That’s the power of HeyGen!
|
29
|
+
|
30
|
+
## Key Features of HeyGen: A Quick Overview
|
31
|
+
|
32
|
+
Before we dive deeper in later lessons, here’s a snapshot of what HeyGen offers to fuel your creativity:
|
33
|
+
|
34
|
+
| **Feature** | **What It Does** |
|
35
|
+
|--------------------------|------------------------------------------------------|
|
36
|
+
| **Avatar Creation** | Build lifelike digital avatars from photos or templates. |
|
37
|
+
| **Voice Synthesis** | Add natural-sounding voiceovers in multiple languages. |
|
38
|
+
| **Video Templates** | Choose from pre-designed layouts for quick video setup. |
|
39
|
+
| **Script Integration** | Input text or scripts for your avatar to speak. |
|
40
|
+
| **Customization Options**| Adjust expressions, backgrounds, and more for unique results. |
|
41
|
+
|
42
|
+
These features work together to make video creation seamless. Whether you’re telling a story or promoting a product, HeyGen equips you with the tools to do it effortlessly.
|
43
|
+
|
44
|
+
## Real-World Applications
|
45
|
+
|
46
|
+
Let’s put this into context with a couple of scenarios where HeyGen shines:
|
47
|
+
- **For Content Creators**: Want to stand out on social media? Use HeyGen to create an avatar that delivers your message in a unique, eye-catching way.
|
48
|
+
- **For Businesses**: Need a consistent brand voice? Design a digital spokesperson to represent your company across videos without reshooting every time.
|
49
|
+
|
50
|
+
Think about a project you’re working on—how could HeyGen elevate it? Keep that in mind as we move forward!
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
That’s it for now! You’ve got the big picture of what HeyGen is and how it can transform your creative process. Click ahead to the next lesson, where we’ll guide you through setting up your HeyGen account and getting started. Let’s make some magic happen! 🚀
|
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 2.648
|
4
|
+
words: 662
|
5
|
+
fkglResult: 10.12
|
6
|
+
---
|
7
|
+
|
8
|
+
# `01.0` - Introduction to HeyGen
|
9
|
+
|
10
|
+
Hey, avatar enthusiast! 🌟 Welcome to the first step of your journey into the world of AI-powered video creation with HeyGen. If you’ve ever dreamed of crafting engaging videos or digital avatars for personal projects, marketing, or just for fun, you’re in the right place. Today, we’re diving into what HeyGen is all about and why it’s a game-changer for creators like you. Let’s explore how this platform can bring your ideas to life!
|
11
|
+
|
12
|
+
In this lesson, we’ll uncover the magic behind HeyGen, its role in AI-driven video and avatar creation, and give you a sneak peek at its standout features. By the end, you’ll understand why HeyGen is the go-to tool for beginners and pros alike. Ready to get started? Let’s jump in!
|
13
|
+
|
14
|
+
## What is HeyGen?
|
15
|
+
|
16
|
+
HeyGen is an innovative platform that uses artificial intelligence to simplify video creation. Whether you’re looking to create a digital avatar of yourself or produce professional-grade videos without expensive equipment, HeyGen has got you covered. It’s designed to save time, reduce costs, and make video production accessible to everyone—no prior experience needed!
|
17
|
+
|
18
|
+
At its core, HeyGen specializes in generating realistic avatars and syncing them with voiceovers or scripts to create dynamic videos. Think of it as your personal video studio, powered by AI, right at your fingertips. From educators creating engaging lessons to businesses crafting marketing content, HeyGen opens up a world of possibilities.
|
19
|
+
|
20
|
+
## Why Use HeyGen for Your Projects?
|
21
|
+
|
22
|
+
Let’s break down why HeyGen stands out and how it can benefit you:
|
23
|
+
- **Personalization**: Create avatars that look like you or design custom characters to represent your brand or story.
|
24
|
+
- **Efficiency**: Produce high-quality videos in minutes, not hours, thanks to AI automation.
|
25
|
+
- **Versatility**: Use HeyGen for personal vlogs, professional presentations, social media content, or even e-learning materials.
|
26
|
+
- **Accessibility**: No need for fancy cameras or editing software—HeyGen handles the heavy lifting.
|
27
|
+
|
28
|
+
Imagine creating a video for your small business without hiring a videographer, or designing a digital spokesperson for your online course in just a few clicks. That’s the power of HeyGen!
|
29
|
+
|
30
|
+
## Key Features of HeyGen: A Quick Overview
|
31
|
+
|
32
|
+
Before we dive deeper in later lessons, here’s a snapshot of what HeyGen offers to fuel your creativity:
|
33
|
+
|
34
|
+
| **Feature** | **What It Does** |
|
35
|
+
|--------------------------|------------------------------------------------------|
|
36
|
+
| **Avatar Creation** | Build lifelike digital avatars from photos or templates. |
|
37
|
+
| **Voice Synthesis** | Add natural-sounding voiceovers in multiple languages. |
|
38
|
+
| **Video Templates** | Choose from pre-designed layouts for quick video setup. |
|
39
|
+
| **Script Integration** | Input text or scripts for your avatar to speak. |
|
40
|
+
| **Customization Options**| Adjust expressions, backgrounds, and more for unique results. |
|
41
|
+
|
42
|
+
These features work together to make video creation seamless. Whether you’re telling a story or promoting a product, HeyGen equips you with the tools to do it effortlessly.
|
43
|
+
|
44
|
+
## Real-World Applications
|
45
|
+
|
46
|
+
Let’s put this into context with a couple of scenarios where HeyGen shines:
|
47
|
+
- **For Content Creators**: Want to stand out on social media? Use HeyGen to create an avatar that delivers your message in a unique, eye-catching way.
|
48
|
+
- **For Businesses**: Need a consistent brand voice? Design a digital spokesperson to represent your company across videos without reshooting every time.
|
49
|
+
|
50
|
+
Think about a project you’re working on—how could HeyGen elevate it? Keep that in mind as we move forward!
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
That’s it for now! You’ve got the big picture of what HeyGen is and how it can transform your creative process. Click ahead to the next lesson, where we’ll guide you through setting up your HeyGen account and getting started. Let’s make some magic happen! 🚀
|
@@ -0,0 +1,76 @@
|
|
1
|
+
---
|
2
|
+
tiempoDeLectura:
|
3
|
+
minutos: 3.308
|
4
|
+
palabras: 827
|
5
|
+
fkglResultado: 7.36
|
6
|
+
---
|
7
|
+
|
8
|
+
# `01.1` - Configurando una cuenta de HeyGen
|
9
|
+
|
10
|
+
¡Hola, futuro creador de avatares! 🎉 Ya has aprendido de qué se trata HeyGen en la lección anterior, y ahora es momento de arremangarse y comenzar. Hoy, vamos a recorrer el primer paso esencial: configurar tu propia cuenta de HeyGen. ¡Esta es tu puerta de entrada para crear avatares y videos impresionantes impulsados por IA, así que asegúrate de estar listo para el éxito!
|
11
|
+
|
12
|
+
En esta lección, te guiaremos por el proceso de registro, verificación de tu correo electrónico y completar tu perfil. Al final, estarás listo para sumergirte en la plataforma HeyGen y comenzar a explorar sus herramientas creativas. ¡Vamos a empezar y poner tu cuenta en marcha!
|
13
|
+
|
14
|
+
## Paso 1: Visita el sitio web de HeyGen
|
15
|
+
|
16
|
+
Lo primero es lo primero, debes dirigirte al sitio web oficial de HeyGen. Abre tu navegador favorito—ya sea Chrome, Firefox o Safari—y escribe [www.heygen.com](https://app.heygen.com/). Presiona enter y llegarás a su página principal. Busca el botón **Regístrate gratis**, que se encuentra en la esquina superior derecha de la página.
|
17
|
+
|
18
|
+
Tómate un momento para familiarizarte con la página principal. ¡Podrías ver ejemplos de avatares o videos creados con HeyGen, lo cual puede ser bastante inspirador! Cuando estés listo, haz clic en ese botón de **Regístrate** para comenzar el proceso de registro.
|
19
|
+
|
20
|
+
## Paso 2: Regístrate con tu correo electrónico
|
21
|
+
|
22
|
+
Después de hacer clic en **Regístrate**, se te pedirá que ingreses tu dirección de correo electrónico. Usa un correo que revises con frecuencia, ya que lo necesitarás para la verificación. HeyGen también puede ofrecer la opción de registrarte usando una cuenta de Google o de redes sociales para mayor comodidad—si te resulta más fácil, siéntete libre de elegir esta opción.
|
23
|
+
|
24
|
+

|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
Completa los campos requeridos, que normalmente incluyen:
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
Una vez que hayas completado todo, termina de crear tu cuenta y pasa al siguiente paso.
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
## Paso 3: Explora tu panel de control
|
54
|
+
|
55
|
+
¡Felicidades, ya estás dentro oficialmente! 🎊 Después de configurar tu perfil, llegarás al panel de control de HeyGen. Este es tu centro de mando para crear avatares y videos. Tómate un minuto para mirar a tu alrededor. Podrías ver opciones como **Crear Avatar**, **Iniciar un Video** o **Plantillas**. No hagas clic en nada todavía—profundizaremos en la navegación en la próxima lección.
|
56
|
+
|
57
|
+
Por ahora, ¡celebra este logro! Has configurado exitosamente tu cuenta de HeyGen y estás un paso más cerca de dar vida a tus ideas.
|
58
|
+
|
59
|
+
## Lista de verificación rápida antes de continuar
|
60
|
+
|
61
|
+
Asegurémonos de que tienes todo en orden. Revisa esta lista rápida:
|
62
|
+
|
63
|
+
| **Tarea** | **¿Completado?** |
|
64
|
+
|----------------------------|------------------|
|
65
|
+
| Visitó el sitio de HeyGen | ✅ / ❌ |
|
66
|
+
| Se registró con correo | ✅ / ❌ |
|
67
|
+
| Verificó el correo | ✅ / ❌ |
|
68
|
+
| Completó el perfil | ✅ / ❌ |
|
69
|
+
| Accedió al panel | ✅ / ❌ |
|
70
|
+
|
71
|
+
Si has marcado todas estas casillas, estás listo para avanzar. Si no, vuelve al paso donde te quedaste y soluciona el problema. Recuerda, la página de soporte o el centro de ayuda de HeyGen están ahí si necesitas asistencia.
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
¡Has hecho un trabajo increíble preparando tu cuenta! Haz clic para aprender cómo navegar por la interfaz de HeyGen y comenzar a desbloquear todo su potencial. ¡Sigamos con el impulso! 🚀
|
@@ -0,0 +1,70 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 3.308
|
4
|
+
words: 827
|
5
|
+
fkglResult: 7.36
|
6
|
+
---
|
7
|
+
|
8
|
+
# `01.1` - Setting Up a HeyGen Account
|
9
|
+
|
10
|
+
Hey there, future avatar creator! 🎉 You’ve just learned what HeyGen is all about in the previous lesson, and now it’s time to roll up your sleeves and get started. Today, we’re walking through the essential first step: setting up your very own HeyGen account. This is your gateway to creating stunning AI-powered avatars and videos, so let’s make sure you’re set up for success!
|
11
|
+
|
12
|
+
In this lesson, we’ll guide you through the process of signing up, verifying your email, and completing your profile. By the end, you’ll be ready to dive into the HeyGen platform and start exploring its creative tools. Let’s jump right in and get your account up and running!
|
13
|
+
|
14
|
+
## Step 1: Visit the HeyGen Website
|
15
|
+
|
16
|
+
First things first, you need to head over to the official HeyGen website. Open your favorite browser—whether it’s Chrome, Firefox, or Safari—and type in [www.heygen.com](https://app.heygen.com/). Hit enter, and you’ll land on their homepage. Look for the **Sign up for free** button, which is located at the top right corner of the page.
|
17
|
+
|
18
|
+
Take a moment to familiarize yourself with the homepage. You might see examples of avatars or videos created with HeyGen, which can be pretty inspiring! Once you’re ready, click that **Sign Up** button to begin the registration process.
|
19
|
+
|
20
|
+
## Step 2: Register with Your Email
|
21
|
+
|
22
|
+
After clicking **Sign Up**, you’ll be prompted to enter your email address. Use an email you check regularly since you’ll need it for verification. HeyGen may also offer the option to sign up using a Google or social media account for convenience—feel free to choose this if it’s easier for you.
|
23
|
+
|
24
|
+

|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
Fill in the required fields, which typically include:
|
29
|
+
|
30
|
+
|
31
|
+
Once you’ve filled everything out, finish creating your account and move to the next step.
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
## Step 3: Explore Your Dashboard
|
47
|
+
|
48
|
+
Congratulations, you’re officially in! 🎊 After setting up your profile, you’ll land on the HeyGen dashboard. This is your control center for creating avatars and videos. Take a minute to look around. You might see options like **Create Avatar**, **Start a Video**, or **Templates**. Don’t click anything just yet—we’ll dive deeper into navigation in the next lesson.
|
49
|
+
|
50
|
+
For now, celebrate this milestone! You’ve successfully set up your HeyGen account and are one step closer to bringing your ideas to life.
|
51
|
+
|
52
|
+
## Quick Checklist Before Moving On
|
53
|
+
|
54
|
+
Let’s make sure you’ve got everything in place. Review this quick checklist:
|
55
|
+
|
56
|
+
| **Task** | **Completed?** |
|
57
|
+
|---------------------------|----------------|
|
58
|
+
| Visited HeyGen website | ✅ / ❌ |
|
59
|
+
| Signed up with email | ✅ / ❌ |
|
60
|
+
| Verified email | ✅ / ❌ |
|
61
|
+
| Completed profile | ✅ / ❌ |
|
62
|
+
| Accessed dashboard | ✅ / ❌ |
|
63
|
+
|
64
|
+
If you’ve checked off all these boxes, you’re ready to move forward. If not, revisit the step where you got stuck and troubleshoot. Remember, HeyGen’s support page or help center is there if you need assistance.
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
You’ve done awesome work getting your account ready! Click ahead to learn how to navigate the HeyGen interface and start unlocking its full potential. Let’s keep the momentum going! 🚀
|
@@ -0,0 +1,70 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 3.308
|
4
|
+
words: 827
|
5
|
+
fkglResult: 7.36
|
6
|
+
---
|
7
|
+
|
8
|
+
# `01.1` - Setting Up a HeyGen Account
|
9
|
+
|
10
|
+
Hey there, future avatar creator! 🎉 You’ve just learned what HeyGen is all about in the previous lesson, and now it’s time to roll up your sleeves and get started. Today, we’re walking through the essential first step: setting up your very own HeyGen account. This is your gateway to creating stunning AI-powered avatars and videos, so let’s make sure you’re set up for success!
|
11
|
+
|
12
|
+
In this lesson, we’ll guide you through the process of signing up, verifying your email, and completing your profile. By the end, you’ll be ready to dive into the HeyGen platform and start exploring its creative tools. Let’s jump right in and get your account up and running!
|
13
|
+
|
14
|
+
## Step 1: Visit the HeyGen Website
|
15
|
+
|
16
|
+
First things first, you need to head over to the official HeyGen website. Open your favorite browser—whether it’s Chrome, Firefox, or Safari—and type in [www.heygen.com](https://app.heygen.com/). Hit enter, and you’ll land on their homepage. Look for the **Sign up for free** button, which is located at the top right corner of the page.
|
17
|
+
|
18
|
+
Take a moment to familiarize yourself with the homepage. You might see examples of avatars or videos created with HeyGen, which can be pretty inspiring! Once you’re ready, click that **Sign Up** button to begin the registration process.
|
19
|
+
|
20
|
+
## Step 2: Register with Your Email
|
21
|
+
|
22
|
+
After clicking **Sign Up**, you’ll be prompted to enter your email address. Use an email you check regularly since you’ll need it for verification. HeyGen may also offer the option to sign up using a Google or social media account for convenience—feel free to choose this if it’s easier for you.
|
23
|
+
|
24
|
+

|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
Fill in the required fields, which typically include:
|
29
|
+
|
30
|
+
|
31
|
+
Once you’ve filled everything out, finish creating your account and move to the next step.
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
## Step 3: Explore Your Dashboard
|
47
|
+
|
48
|
+
Congratulations, you’re officially in! 🎊 After setting up your profile, you’ll land on the HeyGen dashboard. This is your control center for creating avatars and videos. Take a minute to look around. You might see options like **Create Avatar**, **Start a Video**, or **Templates**. Don’t click anything just yet—we’ll dive deeper into navigation in the next lesson.
|
49
|
+
|
50
|
+
For now, celebrate this milestone! You’ve successfully set up your HeyGen account and are one step closer to bringing your ideas to life.
|
51
|
+
|
52
|
+
## Quick Checklist Before Moving On
|
53
|
+
|
54
|
+
Let’s make sure you’ve got everything in place. Review this quick checklist:
|
55
|
+
|
56
|
+
| **Task** | **Completed?** |
|
57
|
+
|---------------------------|----------------|
|
58
|
+
| Visited HeyGen website | ✅ / ❌ |
|
59
|
+
| Signed up with email | ✅ / ❌ |
|
60
|
+
| Verified email | ✅ / ❌ |
|
61
|
+
| Completed profile | ✅ / ❌ |
|
62
|
+
| Accessed dashboard | ✅ / ❌ |
|
63
|
+
|
64
|
+
If you’ve checked off all these boxes, you’re ready to move forward. If not, revisit the step where you got stuck and troubleshoot. Remember, HeyGen’s support page or help center is there if you need assistance.
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
You’ve done awesome work getting your account ready! Click ahead to learn how to navigate the HeyGen interface and start unlocking its full potential. Let’s keep the momentum going! 🚀
|
@@ -0,0 +1,70 @@
|
|
1
|
+
---
|
2
|
+
tiempoDeLectura:
|
3
|
+
minutos: 3.62
|
4
|
+
palabras: 905
|
5
|
+
fkglResultado: 6.7
|
6
|
+
---
|
7
|
+
|
8
|
+
# `01.2` - Entendiendo la Interfaz de HeyGen
|
9
|
+
|
10
|
+
¡Hola, entusiasta de los avatares! 🎥 ¡Bienvenido de nuevo! Ya tienes tu cuenta de HeyGen configurada, y ahora es momento de familiarizarte con la plataforma. Piensa en esta lección como tu recorrido personal por la interfaz de HeyGen: un mapa para ayudarte a navegar el panel, los menús y las herramientas con facilidad. Al final, sabrás exactamente a dónde ir para crear avatares y videos para tus proyectos.
|
11
|
+
|
12
|
+
Hoy nos sumergiremos en el diseño y las funciones clave de HeyGen. Sin adivinanzas, solo instrucciones claras para que ganes confianza. Toma un café o un snack, inicia sesión en tu cuenta de HeyGen y ¡exploremos juntos este espacio creativo!
|
13
|
+
|
14
|
+
## Paso 1: Conoce el Panel de Control
|
15
|
+
|
16
|
+

|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
Una vez que inicias sesión en HeyGen, te recibe el **panel de control**—tu base de operaciones. Aquí es donde comienza toda la magia. Normalmente, el panel muestra un diseño limpio con acceso rápido a tus proyectos recientes, plantillas o un gran botón de **Crear**. Mira a tu alrededor. ¿Ves opciones como **Crear Avatar** o **Iniciar un Video**? Estas son tus puertas de entrada a la acción.
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
## Paso 2: Ubica el Menú de Navegación Principal
|
25
|
+
|
26
|
+
La mayoría de las plataformas web tienen una barra o menú de navegación, y HeyGen no es la excepción. Revisa la parte superior de la pantalla o la barra lateral izquierda (dependiendo del diseño). Este menú es tu brújula: te guía a diferentes secciones como **Avatares**, **Proyectos**, **Plantillas** o **Configuración**. Haz clic brevemente en cada pestaña para ver qué aparece, pero no te adentres demasiado todavía. ¡Solo estamos trazando el mapa!
|
27
|
+
|
28
|
+
Presta atención a los íconos o etiquetas. Por ejemplo, un pequeño ícono de persona podría representar tus herramientas de avatar, mientras que un botón de reproducción podría llevarte a la creación de videos. Anota mentalmente (¡o en papel!) qué elemento del menú te parece más interesante. Ahí es donde iremos en futuras lecciones.
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
No te preocupes por crear nada todavía—¡solo explora! El objetivo es que sientas que has recorrido un nuevo vecindario y sabes dónde están las calles principales. Si algo te confunde, está bien. Escríbelo para revisarlo más tarde.
|
52
|
+
|
53
|
+
## Características Clave de la Interfaz de un Vistazo
|
54
|
+
|
55
|
+
Aquí tienes una tabla útil que resume lo que has descubierto. Complétala mentalmente mientras exploras (¡o literalmente si tomas notas!):
|
56
|
+
|
57
|
+
| **Función** | **Ubicación** | **Propósito** |
|
58
|
+
|------------------------|----------------------------|-------------------------------------|
|
59
|
+
| Panel de control | Pantalla principal tras iniciar sesión | Vista general de proyectos y herramientas |
|
60
|
+
| Menú de navegación | Barra superior o lateral | Acceso a avatares, videos, etc. |
|
61
|
+
| Crear Avatar/Video | Probablemente en el panel/menú | Iniciar tus proyectos creativos |
|
62
|
+
| Ayuda/Soporte | Menú o pie de página | Guías y resolución de problemas |
|
63
|
+
| Configuración de cuenta| Ícono de perfil, arriba a la derecha | Personalizar y gestionar la cuenta |
|
64
|
+
|
65
|
+
Esta tabla es tu hoja de trucos. Tenla presente mientras avanzas a la creación de avatares en la próxima lección.
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
¡Has hecho un trabajo fantástico conociendo la interfaz de HeyGen hoy! 🚀 Estás construyendo una base sólida, y pronto navegarás como un profesional. Haz clic para avanzar a la siguiente lección, donde comenzaremos a crear tu propio avatar. Convirtamos esta exploración en creación.
|
@@ -0,0 +1,68 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 3.62
|
4
|
+
words: 905
|
5
|
+
fkglResult: 6.7
|
6
|
+
---
|
7
|
+
|
8
|
+
# `01.2` - Understanding HeyGen Interface
|
9
|
+
|
10
|
+
Hey, avatar enthusiast! 🎥 Welcome back! You’ve got your HeyGen account set up, and now it’s time to get cozy with the platform. Think of this lesson as your personal tour of the HeyGen interface—a roadmap to help you navigate the dashboard, menus, and tools with ease. By the end, you’ll know exactly where to go to create avatars and videos for your projects.
|
11
|
+
|
12
|
+
We’re diving into the layout and key features of HeyGen today. No guesswork, just clear directions to build your confidence. Grab a coffee or a snack, log into your HeyGen account, and let’s explore this creative playground together!
|
13
|
+
|
14
|
+
## Step 1: Get to Know the Dashboard
|
15
|
+
|
16
|
+

|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
Once you log into HeyGen, you’re greeted by the **dashboard**—your home base. This is where all the magic starts. Typically, the dashboard displays a clean layout with quick access to your recent projects, templates, or a big **Create** button. Look around. Do you see options like **Create Avatar** or **Start a Video**? These are your gateways to action.
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
## Step 2: Locate the Main Navigation Menu
|
25
|
+
|
26
|
+
Most web platforms have a navigation bar or menu, and HeyGen is no exception. Check the top of the screen or the left sidebar (depending on their design). This menu is your compass—it guides you to different sections like **Avatars**, **Projects**, **Templates**, or **Settings**. Click on each tab briefly to see what pops up, but don’t dive too deep yet. We’re just mapping things out!
|
27
|
+
|
28
|
+
Pay attention to icons or labels. For example, a small person icon might represent your avatar tools, while a play button could lead to video creation. Jot down mentally (or on paper!) which menu item seems most exciting to you. That’s where we’ll head in future lessons.
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
Don’t worry about creating anything yet—just explore! The goal is to feel like you’ve walked through a new neighborhood and know where the main streets are. If something confuses you, that’s okay. Write it down to revisit later.
|
49
|
+
|
50
|
+
## Key Interface Features at a Glance
|
51
|
+
|
52
|
+
Here’s a handy table summarizing what you’ve discovered. Fill in the blanks mentally as you explore (or literally if you’re taking notes!):
|
53
|
+
|
54
|
+
| **Feature** | **Location** | **Purpose** |
|
55
|
+
|------------------------|----------------------------|-----------------------------------|
|
56
|
+
| Dashboard | Main screen after login | Overview of projects and tools |
|
57
|
+
| Navigation Menu | Top bar or sidebar | Access to avatars, videos, etc. |
|
58
|
+
| Create Avatar/Video | Likely on dashboard/menu | Start your creative projects |
|
59
|
+
| Help/Support | Menu or footer | Guides and troubleshooting |
|
60
|
+
| Account Settings | Profile icon, top right | Personalize and manage account |
|
61
|
+
|
62
|
+
This table is your cheat sheet. Keep it in mind as you move to creating avatars in the next lesson.
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
You’ve done fantastic work getting to know HeyGen’s interface today! 🚀 You’re building a solid foundation, and soon you’ll be navigating like a pro. Click ahead to the next lesson, where we’ll start creating your very own avatar. Let’s turn this exploration into creation!
|
@@ -0,0 +1,68 @@
|
|
1
|
+
---
|
2
|
+
readingTime:
|
3
|
+
minutes: 3.62
|
4
|
+
words: 905
|
5
|
+
fkglResult: 6.7
|
6
|
+
---
|
7
|
+
|
8
|
+
# `01.2` - Understanding HeyGen Interface
|
9
|
+
|
10
|
+
Hey, avatar enthusiast! 🎥 Welcome back! You’ve got your HeyGen account set up, and now it’s time to get cozy with the platform. Think of this lesson as your personal tour of the HeyGen interface—a roadmap to help you navigate the dashboard, menus, and tools with ease. By the end, you’ll know exactly where to go to create avatars and videos for your projects.
|
11
|
+
|
12
|
+
We’re diving into the layout and key features of HeyGen today. No guesswork, just clear directions to build your confidence. Grab a coffee or a snack, log into your HeyGen account, and let’s explore this creative playground together!
|
13
|
+
|
14
|
+
## Step 1: Get to Know the Dashboard
|
15
|
+
|
16
|
+

|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
Once you log into HeyGen, you’re greeted by the **dashboard**—your home base. This is where all the magic starts. Typically, the dashboard displays a clean layout with quick access to your recent projects, templates, or a big **Create** button. Look around. Do you see options like **Create Avatar** or **Start a Video**? These are your gateways to action.
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
## Step 2: Locate the Main Navigation Menu
|
25
|
+
|
26
|
+
Most web platforms have a navigation bar or menu, and HeyGen is no exception. Check the top of the screen or the left sidebar (depending on their design). This menu is your compass—it guides you to different sections like **Avatars**, **Projects**, **Templates**, or **Settings**. Click on each tab briefly to see what pops up, but don’t dive too deep yet. We’re just mapping things out!
|
27
|
+
|
28
|
+
Pay attention to icons or labels. For example, a small person icon might represent your avatar tools, while a play button could lead to video creation. Jot down mentally (or on paper!) which menu item seems most exciting to you. That’s where we’ll head in future lessons.
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
Don’t worry about creating anything yet—just explore! The goal is to feel like you’ve walked through a new neighborhood and know where the main streets are. If something confuses you, that’s okay. Write it down to revisit later.
|
49
|
+
|
50
|
+
## Key Interface Features at a Glance
|
51
|
+
|
52
|
+
Here’s a handy table summarizing what you’ve discovered. Fill in the blanks mentally as you explore (or literally if you’re taking notes!):
|
53
|
+
|
54
|
+
| **Feature** | **Location** | **Purpose** |
|
55
|
+
|------------------------|----------------------------|-----------------------------------|
|
56
|
+
| Dashboard | Main screen after login | Overview of projects and tools |
|
57
|
+
| Navigation Menu | Top bar or sidebar | Access to avatars, videos, etc. |
|
58
|
+
| Create Avatar/Video | Likely on dashboard/menu | Start your creative projects |
|
59
|
+
| Help/Support | Menu or footer | Guides and troubleshooting |
|
60
|
+
| Account Settings | Profile icon, top right | Personalize and manage account |
|
61
|
+
|
62
|
+
This table is your cheat sheet. Keep it in mind as you move to creating avatars in the next lesson.
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
You’ve done fantastic work getting to know HeyGen’s interface today! 🚀 You’re building a solid foundation, and soon you’ll be navigating like a pro. Click ahead to the next lesson, where we’ll start creating your very own avatar. Let’s turn this exploration into creation!
|