@learnpack/learnpack 5.0.277 → 5.0.279
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 +288 -76
- package/src/utils/export/index.ts +1 -1
- package/src/utils/export/types.ts +8 -0
@@ -0,0 +1,115 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8" />
|
5
|
+
<meta name="generator" content="pandoc" />
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
7
|
+
<title>README.md</title>
|
8
|
+
<style>
|
9
|
+
code{white-space: pre-wrap;}
|
10
|
+
span.smallcaps{font-variant: small-caps;}
|
11
|
+
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
12
|
+
div.column{flex: auto; overflow-x: auto;}
|
13
|
+
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
14
|
+
/* The extra [class] is a hack that increases specificity enough to
|
15
|
+
override a similar rule in reveal.js */
|
16
|
+
ul.task-list[class]{list-style: none;}
|
17
|
+
ul.task-list li input[type="checkbox"] {
|
18
|
+
font-size: inherit;
|
19
|
+
width: 0.8em;
|
20
|
+
margin: 0 0.8em 0.2em -1.6em;
|
21
|
+
vertical-align: middle;
|
22
|
+
}
|
23
|
+
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
24
|
+
</style>
|
25
|
+
<link rel="stylesheet" href="C:\Users\Usuario\projects\jobs\4geeks\learnpack\learnpack-cli\src\utils\templates\epub\epub.css" />
|
26
|
+
</head>
|
27
|
+
<body>
|
28
|
+
<h1 id="test-your-avatar-knowledge"><code>05.0</code> - Test Your Avatar
|
29
|
+
Knowledge</h1>
|
30
|
+
<p>Hey there, avatar creator! 🎉 You’ve journeyed through the exciting
|
31
|
+
world of HeyGen, from setting up your account to crafting your unique
|
32
|
+
digital persona and even exploring other AI video tools. Now, it’s time
|
33
|
+
to put your skills to the test! This lesson is all about reflecting on
|
34
|
+
what you’ve learned and ensuring you’re ready to shine in your future
|
35
|
+
projects. Let’s dive into a fun and engaging quiz to solidify your
|
36
|
+
understanding of avatar creation and video production.</p>
|
37
|
+
<h2 id="why-test-your-knowledge">Why Test Your Knowledge?</h2>
|
38
|
+
<p>Testing yourself isn’t just about getting answers right—it’s about
|
39
|
+
building confidence in your abilities. By revisiting key concepts like
|
40
|
+
account setup, interface navigation, avatar creation, video production,
|
41
|
+
and alternative tools, you’ll reinforce your learning and spot any areas
|
42
|
+
where you might want to review. Think of this as a checkpoint before you
|
43
|
+
take on even bigger creative challenges. Ready to show what you know?
|
44
|
+
Let’s get started!</p>
|
45
|
+
<h2 id="avatar-creation-quiz-show-what-youve-learned">Avatar Creation
|
46
|
+
Quiz: Show What You’ve Learned</h2>
|
47
|
+
<p>Below are a series of questions designed to cover every step of your
|
48
|
+
HeyGen journey. Take your time to think through each one, and don’t
|
49
|
+
worry if you’re unsure—use this as a chance to reflect and maybe revisit
|
50
|
+
earlier lessons. Let’s test your mastery!</p>
|
51
|
+
<ol type="1">
|
52
|
+
<li><p>What is the first step to start using HeyGen?</p>
|
53
|
+
<ul class="task-list">
|
54
|
+
<li><label><input type="checkbox" />Exploring video
|
55
|
+
templates</label></li>
|
56
|
+
<li><label><input type="checkbox" checked="" />Setting up a HeyGen
|
57
|
+
account</label></li>
|
58
|
+
<li><label><input type="checkbox" />Creating a video script</label></li>
|
59
|
+
<li><label><input type="checkbox" />Selecting an avatar
|
60
|
+
voice</label></li>
|
61
|
+
</ul></li>
|
62
|
+
<li><p>Which part of the HeyGen interface helps you start a new avatar
|
63
|
+
project?</p>
|
64
|
+
<ul class="task-list">
|
65
|
+
<li><label><input type="checkbox" />The billing section</label></li>
|
66
|
+
<li><label><input type="checkbox" />The help center</label></li>
|
67
|
+
<li><label><input type="checkbox" checked="" />The “Create Avatar” or
|
68
|
+
similar project button</label></li>
|
69
|
+
<li><label><input type="checkbox" />The video export menu</label></li>
|
70
|
+
</ul></li>
|
71
|
+
<li><p>What is a key requirement during the avatar creation process in
|
72
|
+
HeyGen?</p>
|
73
|
+
<ul class="task-list">
|
74
|
+
<li><label><input type="checkbox" />Choosing a background music
|
75
|
+
track</label></li>
|
76
|
+
<li><label><input type="checkbox" checked="" />Giving consent for
|
77
|
+
recording or uploading content</label></li>
|
78
|
+
<li><label><input type="checkbox" />Selecting a video
|
79
|
+
resolution</label></li>
|
80
|
+
<li><label><input type="checkbox" />Adding subtitles to the
|
81
|
+
avatar</label></li>
|
82
|
+
</ul></li>
|
83
|
+
<li><p>After your avatar is ready, what’s the next logical step in
|
84
|
+
HeyGen?</p>
|
85
|
+
<ul class="task-list">
|
86
|
+
<li><label><input type="checkbox" />Deleting the avatar to start
|
87
|
+
over</label></li>
|
88
|
+
<li><label><input type="checkbox" />Changing your account
|
89
|
+
password</label></li>
|
90
|
+
<li><label><input type="checkbox" checked="" />Using the avatar to
|
91
|
+
create a video or project</label></li>
|
92
|
+
<li><label><input type="checkbox" />Exploring other unrelated
|
93
|
+
tools</label></li>
|
94
|
+
</ul></li>
|
95
|
+
</ol>
|
96
|
+
<h2 id="mini-challenge-reflect-on-your-journey">🏆 Mini Challenge:
|
97
|
+
Reflect on Your Journey</h2>
|
98
|
+
<p>Let’s take a moment to think about your experience so far. Answer
|
99
|
+
this open-ended question to deepen your understanding and share your
|
100
|
+
thoughts. There’s no wrong answer here—just be honest and
|
101
|
+
reflective!</p>
|
102
|
+
<h3 id="whats-your-biggest-takeaway">What’s Your Biggest Takeaway?</h3>
|
103
|
+
<p>What’s one thing you’ve learned about avatar creation or AI video
|
104
|
+
tools that surprised or excited you the most? How do you plan to use
|
105
|
+
this knowledge in a future project?</p>
|
106
|
+
<h2 id="celebrate-your-progress">Celebrate Your Progress 🥳</h2>
|
107
|
+
<p>Fantastic work completing this quiz! 🌟 Whether you aced every
|
108
|
+
question or found a few tricky spots, you’ve taken a huge step in
|
109
|
+
mastering HeyGen and understanding the broader landscape of AI video
|
110
|
+
tools. Use any gaps in your knowledge as motivation to revisit specific
|
111
|
+
lessons or experiment more with the platforms. Reflect on your mini
|
112
|
+
challenge response—your excitement and ideas are the fuel for your next
|
113
|
+
creative endeavor!</p>
|
114
|
+
</body>
|
115
|
+
</html>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
|
2
|
+
<!DOCTYPE html>
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
<title>Avatar Creation with HeyGen: A Practical Guide</title>
|
7
|
+
<link rel="stylesheet" href="epub.css">
|
8
|
+
</head>
|
9
|
+
<body>
|
10
|
+
<h1>Avatar Creation with HeyGen: A Practical Guide</h1>
|
11
|
+
<p>This beginner-friendly course offers a practical guide to creating avatars using HeyGen, an innovative AI-powered platform for video and avatar generation. In just 30 minutes, you'll learn to set up a HeyGen account, navigate the interface, customize avatars, add voices, and produce engaging videos. Through step-by-step lessons and quizzes, you'll gain hands-on experience in leveraging HeyGen's features for personal or professional projects. Whether for marketing, education, or creative content, this course equips you with the skills to bring digital avatars to life effortlessly. Start your journey into AI-driven video creation today and explore endless possibilities with HeyGen's intuitive tools and features!</p>
|
12
|
+
<p><strong>Technologies:</strong> heygen, ai-video, video-generation</p>
|
13
|
+
<p><strong>Difficulty:</strong> beginner</p>
|
14
|
+
<p><strong>Language:</strong> en</p>
|
15
|
+
<p><a href="toc.html">Go to Table of Contents</a></p>
|
16
|
+
</body>
|
17
|
+
</html>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
|
2
|
+
<!DOCTYPE html>
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
<title>Table of Contents - Avatar Creation with HeyGen: A Practical Guide</title>
|
7
|
+
<link rel="stylesheet" href="epub.css">
|
8
|
+
</head>
|
9
|
+
<body>
|
10
|
+
<h1>Avatar Creation with HeyGen: A Practical Guide</h1>
|
11
|
+
<nav id="toc">
|
12
|
+
<h2>Table of Contents</h2>
|
13
|
+
<ol>
|
14
|
+
<li><a href="main.html">Course Overview</a></li>
|
15
|
+
<li><a href="README.html">README</a></li>
|
16
|
+
<li><a href="README.html">README</a></li>
|
17
|
+
<li><a href="README.html">README</a></li>
|
18
|
+
<li><a href="README.html">README</a></li>
|
19
|
+
<li><a href="README.html">README</a></li>
|
20
|
+
<li><a href="README.html">README</a></li>
|
21
|
+
<li><a href="README.html">README</a></li>
|
22
|
+
<li><a href="README.html">README</a></li>
|
23
|
+
<li><a href="README.html">README</a></li>
|
24
|
+
|
25
|
+
</ol>
|
26
|
+
</nav>
|
27
|
+
</body>
|
28
|
+
</html>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
{"config":{"slug":"avatar-creation-with-heygen-a-practical-guide","title":{"en":"Avatar Creation with HeyGen: A Practical Guide","es":"Creación de Avatares con HeyGen: Una Guía Práctica"},"technologies":["heygen","ai-video","video-generation"],"difficulty":"beginner","description":{"en":"This beginner-friendly course offers a practical guide to creating avatars using HeyGen, an innovative AI-powered platform for video and avatar generation. In just 30 minutes, you'll learn to set up a HeyGen account, navigate the interface, customize avatars, add voices, and produce engaging videos. Through step-by-step lessons and quizzes, you'll gain hands-on experience in leveraging HeyGen's features for personal or professional projects. Whether for marketing, education, or creative content, this course equips you with the skills to bring digital avatars to life effortlessly. Start your journey into AI-driven video creation today and explore endless possibilities with HeyGen's intuitive tools and features!","es":"Este curso amigable para principiantes ofrece una guía práctica para crear avatares utilizando HeyGen, una plataforma innovadora impulsada por IA para la generación de videos y avatares. En solo 30 minutos, aprenderás a configurar una cuenta de HeyGen, navegar por la interfaz, personalizar avatares, agregar voces y producir videos atractivos. A través de lecciones y cuestionarios paso a paso, obtendrás experiencia práctica en el aprovechamiento de las características de HeyGen para proyectos personales o profesionales. Ya sea para marketing, educación o contenido creativo, este curso te proporciona las habilidades para dar vida a avatares digitales sin esfuerzo. Comienza tu viaje en la creación de videos impulsados por IA hoy y explora infinitas posibilidades con las herramientas y características intuitivas de HeyGen!"},"grading":"isolated","telemetry":{"batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry"},"preview":"https://avatar-creation-with-heygen-a-practical-guide.learn-pack.com/preview.png"},"exercises":[{"title":"00.0-welcome-to-avatar-creation-with-heygen","slug":"00.0-welcome-to-avatar-creation-with-heygen","graded":false,"files":[],"translations":{"es":"README.es.md","en":"README.md"},"position":0},{"title":"01.0-introduction-to-heygen","slug":"01.0-introduction-to-heygen","graded":false,"files":[],"translations":{"es":"README.es.md","en":"README.md"},"position":1},{"title":"01.1-setting-up-a-heygen-account","slug":"01.1-setting-up-a-heygen-account","graded":false,"files":[],"translations":{"es":"README.es.md","en":"README.md"},"position":2},{"title":"01.2-understanding-heygen-interface","slug":"01.2-understanding-heygen-interface","graded":false,"files":[],"translations":{"es":"README.es.md","en":"README.md"},"position":3},{"title":"02.0-creating-your-avatar-navigate-in-the-interface","slug":"02.0-creating-your-avatar-navigate-in-the-interface","graded":false,"files":[],"translations":{"es":"README.es.md","en":"README.md"},"position":4},{"title":"02.2-your-avatar-is-ready-what-to-do-now","slug":"02.2-your-avatar-is-ready-what-to-do-now","graded":false,"files":[],"translations":{"es":"README.es.md","en":"README.md"},"position":5},{"title":"03.0-creating-a-video-with-your-avatar","slug":"03.0-creating-a-video-with-your-avatar","graded":false,"files":[],"translations":{"es":"README.es.md","en":"README.md"},"position":6},{"title":"04.0-other-tools-you-can-explore","slug":"04.0-other-tools-you-can-explore","graded":false,"files":[],"translations":{"es":"README.es.md","en":"README.md"},"position":7},{"title":"05.0-test-your-avatar-knowledge","slug":"05.0-test-your-avatar-knowledge","graded":false,"files":[],"translations":{"es":"README.es.md","en":"README.md"},"position":8}]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"lessons":[{"id":"00.0","uid":"6d4x9a80svq","title":"Welcome to Avatar Creation with HeyGen","type":"READ","description":"Welcome to the course! Learn what you'll achieve by creating avatars with HeyGen, understand the course structure, and get ready to dive into AI-powered video creation in just 30 minutes.","duration":2,"generated":true,"status":"DONE"},{"id":"01.0","uid":"csc4lt9v8cl","title":"Introduction to HeyGen","type":"READ","description":"Discover what HeyGen is, its role in AI-driven video and avatar creation, and how it can be used for personal or professional projects. Get an overview of its key features.","duration":2,"generated":true,"status":"DONE"},{"id":"01.1","uid":"77oon6bjiiu","title":"Setting Up a HeyGen Account","type":"READ","description":"Step-by-step guide to creating your HeyGen account. Learn how to sign up, verify your email, and set up your profile to start creating avatars and videos with ease.","duration":2,"generated":true,"status":"DONE"},{"id":"01.2","uid":"ns6l99y0yg","title":"Understanding HeyGen Interface","type":"READ","description":"Explore the HeyGen dashboard and interface. Understand the layout, key menus, and tools available for avatar and video creation to navigate the platform confidently during your projects.","duration":2,"generated":true,"status":"DONE"},{"id":"02.0","title":"Creating Your Avatar: Navigate in the interface","type":"READ","description":"Learn how to navigate HeyGen to start creating your avatar. This lesson covers finding the avatar creation section and understanding the initial steps to begin the process effectively.","duration":2,"uid":"f6c4q2z7roe","generated":true,"status":"DONE"},{"id":"02.1","title":"Follow Instructions and Give Consent","type":"READ","description":"Understand the instructions provided by HeyGen for avatar creation. Learn how to provide necessary consents for recording or uploading content to ensure compliance and proceed with avatar setup.","duration":2,"uid":"2vfwodxhdw8","generated":true,"status":"DONE"},{"id":"02.2","title":"Your Avatar is Ready What to Do Now","type":"READ","description":"Celebrate as your avatar is created! This lesson guides you on reviewing your avatar, making minor adjustments if needed, and preparing it for use in video projects with HeyGen.","duration":2,"uid":"23983c6wkpu","generated":true,"status":"DONE"},{"id":"03.0","title":"Creating a Video with Your Avatar","type":"READ","description":"Learn to navigate HeyGen to the video creation section. This lesson covers selecting your avatar, setting up a simple video project, and exporting your first engaging video content.","duration":2,"uid":"mgvj272nth","generated":true,"status":"DONE"},{"id":"04.0","title":"Other Tools You Can Explore","type":"READ","description":"Discover alternative AI video tools like Synthesia and Creatify. Understand their features, how they compare to HeyGen, and how they can complement your avatar and video creation journey.","duration":2,"uid":"gdoh4ptfbap","generated":true,"status":"DONE"},{"id":"05.0","title":"Test Your Avatar Knowledge","type":"QUIZ","description":"Test your understanding of HeyGen and avatar creation. This quiz covers account setup, interface navigation, avatar creation steps, video production, and knowledge of other tools.","duration":2,"uid":"o61mf46ik6c","generated":true,"status":"DONE"}],"courseInfo":{"description":"This beginner-friendly course offers a practical guide to creating avatars using HeyGen, an innovative AI-powered platform for video and avatar generation. In just 30 minutes, you'll learn to set up a HeyGen account, navigate the interface, customize avatars, add voices, and produce engaging videos. Through step-by-step lessons and quizzes, you'll gain hands-on experience in leveraging HeyGen's features for personal or professional projects. Whether for marketing, education, or creative content, this course equips you with the skills to bring digital avatars to life effortlessly. Start your journey into AI-driven video creation today and explore endless possibilities with HeyGen's intuitive tools and features!","duration":30,"slug":"avatar-creation-with-heygen-a-practical-guide","difficulty":"beginner","language":"en","technologies":["heygen","ai-video","video-generation"],"hasContentIndex":false,"contentIndex":"","purpose":"skill-building-facilitator","isCompleted":true,"variables":["description","duration","purpose","hasContentIndex","verifyHuman"],"currentStep":"hasContentIndex","title":"Avatar Creation with HeyGen: A Practical Guide"},"feedback":"Don't add images please"}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
{
|
2
|
+
"00.0-welcome-to-avatar-creation-with-heygen": {
|
3
|
+
"en": "00.0-welcome-to-avatar-creation-with-heygen",
|
4
|
+
"es": "00.0-bienvenido-a-la-creacion-de-avatar-con-heygen"
|
5
|
+
},
|
6
|
+
"01.0-introduction-to-heygen": {
|
7
|
+
"en": "01.0-introduction-to-heygen",
|
8
|
+
"es": "01.0-introduccion-a-heygen"
|
9
|
+
},
|
10
|
+
"01.1-setting-up-a-heygen-account": {
|
11
|
+
"en": "01.1-setting-up-a-heygen-account",
|
12
|
+
"es": "01.1-configurando-una-cuenta-de-heygen"
|
13
|
+
},
|
14
|
+
"01.2-understanding-heygen-interface": {
|
15
|
+
"en": "01.2-understanding-heygen-interface",
|
16
|
+
"es": "01.2-comprendiendo-la-interfaz-de-heygen"
|
17
|
+
},
|
18
|
+
"02.0-creating-your-avatar-navigate-in-the-interface": {
|
19
|
+
"en": "02.0-creating-your-avatar-navigate-in-the-interface",
|
20
|
+
"es": "02.0-creando-tu-avatar-navega-en-la-interfaz"
|
21
|
+
},
|
22
|
+
"02.1-follow-instructions-and-give-consent": {
|
23
|
+
"en": "02.1-follow-instructions-and-give-consent",
|
24
|
+
"es": "02.1-sigue-las-instrucciones-y-da-tu-consentimiento"
|
25
|
+
},
|
26
|
+
"02.2-your-avatar-is-ready-what-to-do-now": {
|
27
|
+
"en": "02.2-your-avatar-is-ready-what-to-do-now",
|
28
|
+
"es": "02.2-tu-avatar-esta-listo-que-hacer-ahora"
|
29
|
+
},
|
30
|
+
"03.0-creating-a-video-with-your-avatar": {
|
31
|
+
"en": "03.0-creating-a-video-with-your-avatar",
|
32
|
+
"es": "03.0-creando-un-video-con-tu-avatar"
|
33
|
+
},
|
34
|
+
"04.0-other-tools-you-can-explore": {
|
35
|
+
"en": "04.0-other-tools-you-can-explore",
|
36
|
+
"es": "04.0-otras-herramientas-que-puedes-explorar"
|
37
|
+
},
|
38
|
+
"05.0-test-your-avatar-knowledge": {
|
39
|
+
"en": "05.0-test-your-avatar-knowledge",
|
40
|
+
"es": "05.0-prueba-tu-conocimiento-de-avatar"
|
41
|
+
}
|
42
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
title: "Avatar Creation with HeyGen: A Practical Guide"
|
3
|
+
creator: "Charly Chacón"
|
4
|
+
publisher: "LearnPack LLC"
|
5
|
+
rights: "LearnPack LLC"
|
6
|
+
lang: "en"
|
7
|
+
description: "This beginner-friendly course offers a practical guide to creating avatars using HeyGen, an innovative AI-powered platform for video and avatar generation. In just 30 minutes, you'll learn to set up a HeyGen account, navigate the interface, customize avatars, add voices, and produce engaging videos. Through step-by-step lessons and quizzes, you'll gain hands-on experience in leveraging HeyGen's features for personal or professional projects. Whether for marketing, education, or creative content, this course equips you with the skills to bring digital avatars to life effortlessly. Start your journey into AI-driven video creation today and explore endless possibilities with HeyGen's intuitive tools and features!"
|
8
|
+
subject: "heygen, ai-video, video-generation"
|
9
|
+
---
|
Binary file
|
@@ -0,0 +1,23 @@
|
|
1
|
+
---
|
2
|
+
tiempoDeLectura:
|
3
|
+
minutos: 1
|
4
|
+
palabras: 225
|
5
|
+
fkglResultado: 11.55
|
6
|
+
---
|
7
|
+
|
8
|
+
# `00.0` - Bienvenido a la Creación de Avatares con HeyGen
|
9
|
+
|
10
|
+
¡Hola, futuro creador de avatares! 🎉 ¿Estás listo para adentrarte en el emocionante mundo de la creación de videos impulsados por IA? En solo 30 minutos, te embarcarás en un viaje para crear tu propio avatar digital usando HeyGen, una plataforma de vanguardia que hace que la producción de videos sea divertida y accesible. Ya seas creador de contenido, educador o simplemente tengas curiosidad por las herramientas de IA, este curso es tu puerta de entrada para crear videos atractivos y personalizados con facilidad.
|
11
|
+
|
12
|
+
Esto es lo que lograrás: comprender los conceptos básicos de HeyGen, configurar tu cuenta, crear un avatar único y producir tu primer video. Este curso está estructurado en módulos breves para guiarte paso a paso. ¡Vamos a sumergirnos y desatar tu creatividad—haz clic para comenzar!
|
13
|
+
|
14
|
+
### Lo que aprenderás en este curso
|
15
|
+
- **Conceptos básicos de HeyGen**: Familiarízate con la plataforma y sus potentes funciones.
|
16
|
+
- **Creación de avatares**: Construye una versión digital de ti mismo o un personaje personalizado.
|
17
|
+
- **Producción de videos**: Usa tu avatar para crear videos de aspecto profesional sin esfuerzo.
|
18
|
+
- **Exploración**: Descubre herramientas adicionales para mejorar tu contenido.
|
19
|
+
|
20
|
+
### ¿Por qué HeyGen?
|
21
|
+
HeyGen simplifica la creación de videos aprovechando la IA, ahorrándote tiempo y recursos mientras ofrece resultados de alta calidad. Perfecto para principiantes, esta herramienta abre un sinfín de posibilidades para contar historias y comunicarte.
|
22
|
+
|
23
|
+
No esperemos más—continúa a la siguiente lección para explorar HeyGen y comenzar tu aventura creando avatares.
|
@@ -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! 🚀
|