@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,149 @@
|
|
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="creating-a-video-with-your-avatar"><code>03.0</code> - Creating
|
29
|
+
a Video with Your Avatar</h1>
|
30
|
+
<p>Hey, video creator! 🎥 You’re at an exciting stage—your HeyGen avatar
|
31
|
+
is ready, and now it’s time to bring it to life in your very first video
|
32
|
+
project. Whether you’re aiming to craft a personal intro, a business
|
33
|
+
pitch, or just something fun, this lesson will guide you through the
|
34
|
+
process of creating engaging video content with your avatar. Let’s turn
|
35
|
+
your digital persona into a storytelling star!</p>
|
36
|
+
<h2 id="getting-to-the-video-creation-hub">Getting to the Video Creation
|
37
|
+
Hub</h2>
|
38
|
+
<p>Let’s start by navigating to the right spot in HeyGen. In the
|
39
|
+
sidebar, you’ll see a purple button labeled <strong>“Create
|
40
|
+
video”</strong>—that’s your first step. Click this button to enter the
|
41
|
+
video creation section. This is your workspace for building awesome
|
42
|
+
content, and it’s where the magic happens.</p>
|
43
|
+
<h2 id="selecting-your-the-aspect-ratio">Selecting Your The Aspect
|
44
|
+
Ratio</h2>
|
45
|
+
<p>Now that you’re in the video creation area, you’ll find different
|
46
|
+
options for starting your project. By default, <strong>“Start from
|
47
|
+
scratch”</strong> is selected. In this option, your first step is to
|
48
|
+
select the aspect ratio that best matches your content—such as landscape
|
49
|
+
for YouTube, portrait for TikTok.</p>
|
50
|
+
<figure>
|
51
|
+
<img
|
52
|
+
src="C:\Users\Usuario\projects\jobs\4geeks\learnpack\learnpack-cli\src\output\directory\628226b7-7026-458a-a836-8acac5f01ad0.learn\assets\screenshot-2025-08-20-115521png"
|
53
|
+
alt="/.learn/assets/screenshot-2025-08-20-115521png" />
|
54
|
+
<figcaption
|
55
|
+
aria-hidden="true">/.learn/assets/screenshot-2025-08-20-115521png</figcaption>
|
56
|
+
</figure>
|
57
|
+
<blockquote>
|
58
|
+
<p>Note the other options: Feel free to explore them later!</p>
|
59
|
+
</blockquote>
|
60
|
+
<h2 id="select-your-avatar">Select your avatar</h2>
|
61
|
+
<p>Now you are in the video editor interface. You’ll probably see a
|
62
|
+
default avatar in place, but we need to select the avatar you previously
|
63
|
+
created.</p>
|
64
|
+
<p>To do this:</p>
|
65
|
+
<ol type="1">
|
66
|
+
<li>Click the <strong>avatar button</strong> in the left sidebar.</li>
|
67
|
+
<li>Click on <strong>“Replace avatar”</strong>.</li>
|
68
|
+
<li>Select your own avatar from the list.</li>
|
69
|
+
</ol>
|
70
|
+
<figure>
|
71
|
+
<img
|
72
|
+
src="C:\Users\Usuario\projects\jobs\4geeks\learnpack\learnpack-cli\src\output\directory\628226b7-7026-458a-a836-8acac5f01ad0.learn\assets\screenshot-2025-08-20-120026png"
|
73
|
+
alt="/.learn/assets/screenshot-2025-08-20-120026png" />
|
74
|
+
<figcaption
|
75
|
+
aria-hidden="true">/.learn/assets/screenshot-2025-08-20-120026png</figcaption>
|
76
|
+
</figure>
|
77
|
+
<p>Your chosen avatar will now appear in the video editor, ready for you
|
78
|
+
to use in your project!</p>
|
79
|
+
<h2 id="write-the-script">Write the script</h2>
|
80
|
+
<p>Next, add some dialogue or text for your avatar to “speak.” Find the
|
81
|
+
script or text input field and type a short message—something like, “Hi,
|
82
|
+
I’m [Your Name], and I’m excited to share this video with you!” Keep it
|
83
|
+
brief for your first try. Adjust settings like voice tone or speed if
|
84
|
+
HeyGen offers those options, then preview how your avatar delivers the
|
85
|
+
lines. Tweak the script if it doesn’t sound natural, and play around
|
86
|
+
until it feels just right.</p>
|
87
|
+
<blockquote>
|
88
|
+
<p>Nowadays you can write a “/” and select the option to use AI to write
|
89
|
+
the script for you</p>
|
90
|
+
</blockquote>
|
91
|
+
<h2 id="selecting-captions-for-the-video">Selecting Captions for the
|
92
|
+
Video</h2>
|
93
|
+
<p>Captions make your videos more accessible and engaging by displaying
|
94
|
+
text on screen as your avatar speaks. Here’s how to add captions in
|
95
|
+
HeyGen:</p>
|
96
|
+
<ol type="1">
|
97
|
+
<li>After writing your script, look for the <strong>Captions</strong> or
|
98
|
+
<strong>Subtitles</strong> option in the video editor.</li>
|
99
|
+
<li>Click to enable or add captions. HeyGen will automatically generate
|
100
|
+
captions based on your script.</li>
|
101
|
+
<li>Select the caption template you like the most</li>
|
102
|
+
</ol>
|
103
|
+
<blockquote>
|
104
|
+
<p>Tip: Clear, easy-to-read captions help viewers follow along,
|
105
|
+
especially if they’re watching without sound.</p>
|
106
|
+
</blockquote>
|
107
|
+
<figure>
|
108
|
+
<img
|
109
|
+
src="C:\Users\Usuario\projects\jobs\4geeks\learnpack\learnpack-cli\src\output\directory\628226b7-7026-458a-a836-8acac5f01ad0.learn\assets\screenshot-2025-08-20-120229png"
|
110
|
+
alt="/.learn/assets/screenshot-2025-08-20-120229png" />
|
111
|
+
<figcaption
|
112
|
+
aria-hidden="true">/.learn/assets/screenshot-2025-08-20-120229png</figcaption>
|
113
|
+
</figure>
|
114
|
+
<p>Once you’re satisfied, preview your video to see how the captions
|
115
|
+
appear. Make any final adjustments before exporting your video.</p>
|
116
|
+
<h2 id="exporting-your-first-video">Exporting Your First Video</h2>
|
117
|
+
<p>You’ve set up the basics, so let’s wrap it up by exporting your
|
118
|
+
creation. Click the <strong>“Generate”</strong> button at the top right
|
119
|
+
corner of the editor. A prompt will appear asking you to enter a title
|
120
|
+
for your video—type in a name that fits your project. Next, you can
|
121
|
+
customize the resolution to match your needs (for example, 1080p for
|
122
|
+
high quality). Once you’ve set the title and resolution, click
|
123
|
+
<strong>“Submit”</strong> to start processing your video. HeyGen will
|
124
|
+
generate your video, which might take a minute or two depending on the
|
125
|
+
length and complexity. When it’s ready, you’ll be able to download it to
|
126
|
+
your device and review the final result.</p>
|
127
|
+
<figure>
|
128
|
+
<img
|
129
|
+
src="C:\Users\Usuario\projects\jobs\4geeks\learnpack\learnpack-cli\src\output\directory\628226b7-7026-458a-a836-8acac5f01ad0.learn\assets\screenshot-2025-08-20-120628png"
|
130
|
+
alt="/.learn/assets/screenshot-2025-08-20-120628png" />
|
131
|
+
<figcaption
|
132
|
+
aria-hidden="true">/.learn/assets/screenshot-2025-08-20-120628png</figcaption>
|
133
|
+
</figure>
|
134
|
+
<h2 id="quick-tips-for-video-success">Quick Tips for Video Success</h2>
|
135
|
+
<p>Here are a few pointers to keep in mind as you create more videos: -
|
136
|
+
<strong>Keep Scripts Short:</strong> Start with 30-60 seconds of content
|
137
|
+
to avoid overwhelm. - <strong>Test Different Voices:</strong> If HeyGen
|
138
|
+
allows voice customization, experiment to find the best match for your
|
139
|
+
avatar. - <strong>Use Templates:</strong> They’re a great shortcut while
|
140
|
+
you’re learning the ropes.</p>
|
141
|
+
<h2 id="wrap-up-and-next-steps">Wrap-Up and Next Steps</h2>
|
142
|
+
<p>Fantastic work! 🌟 You’ve just created your first video with your
|
143
|
+
HeyGen avatar—a huge step toward mastering digital content creation.
|
144
|
+
Take a moment to think: What did you find easiest about this process?
|
145
|
+
Was there anything tricky that you’d like to improve on next time? Jot
|
146
|
+
down one idea for your next video project to keep the momentum
|
147
|
+
going.</p>
|
148
|
+
</body>
|
149
|
+
</html>
|
@@ -0,0 +1,164 @@
|
|
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="other-tools-you-can-explore"><code>04.0</code> - Other Tools You
|
29
|
+
Can Explore</h1>
|
30
|
+
<p>Hey there, creative mind! 🌟 You’ve already crafted an amazing avatar
|
31
|
+
and produced your first video with HeyGen. That’s a fantastic start!
|
32
|
+
Now, let’s broaden your horizons by exploring other AI video tools that
|
33
|
+
can enhance your content creation journey. In this lesson, we’ll dive
|
34
|
+
into platforms like Synthesia and Creatify, uncover their unique
|
35
|
+
features, and see how they can work alongside HeyGen to supercharge your
|
36
|
+
projects. Ready to expand your toolkit? Let’s go!</p>
|
37
|
+
<h2 id="why-look-beyond-heygen">Why Look Beyond HeyGen?</h2>
|
38
|
+
<p>While HeyGen is a powerful platform for avatar and video creation,
|
39
|
+
exploring other tools can offer fresh perspectives, additional features,
|
40
|
+
or specialized functionalities. Maybe you’re looking for different
|
41
|
+
avatar styles, unique voice options, or advanced editing capabilities.
|
42
|
+
By experimenting with multiple tools, you can mix and match their
|
43
|
+
strengths to create truly standout content. Let’s check out two popular
|
44
|
+
alternatives and see what they bring to the table.</p>
|
45
|
+
<h2 id="discovering-synthesia-ai-videos-made-simple">Discovering
|
46
|
+
Synthesia: AI Videos Made Simple</h2>
|
47
|
+
<p>First up is <strong>Synthesia</strong>, a leading AI video creation
|
48
|
+
platform that’s perfect for beginners and pros alike. Synthesia focuses
|
49
|
+
on creating professional-looking videos with AI avatars, often used for
|
50
|
+
training, marketing, or educational content. Here’s how to get started
|
51
|
+
and what to expect:</p>
|
52
|
+
<ol type="1">
|
53
|
+
<li><strong>Sign Up and Explore:</strong> Head to the Synthesia website
|
54
|
+
and create a free account or trial. Once logged in, take a quick tour of
|
55
|
+
the dashboard. Look for options like “Create Video” or “Avatar
|
56
|
+
Selection.”</li>
|
57
|
+
<li><strong>Key Features:</strong> Synthesia offers a wide range of
|
58
|
+
pre-built avatars and supports multiple languages for voiceovers. You
|
59
|
+
can input scripts, customize backgrounds, and even integrate branding
|
60
|
+
elements like logos.</li>
|
61
|
+
<li><strong>How It Compares to HeyGen:</strong> While HeyGen allows for
|
62
|
+
personal avatar creation, Synthesia shines with its ready-to-use avatars
|
63
|
+
and polished templates. It’s ideal if you need quick, professional
|
64
|
+
videos without deep customization.</li>
|
65
|
+
<li><strong>Try It Out:</strong> Create a short 30-second video using a
|
66
|
+
Synthesia avatar. Pick a simple script, like introducing yourself or
|
67
|
+
your business, and download the result to see the quality.</li>
|
68
|
+
</ol>
|
69
|
+
<p>Think about how Synthesia’s features could complement your HeyGen
|
70
|
+
projects. Could you use it for a different audience or style of
|
71
|
+
content?</p>
|
72
|
+
<h2 id="exploring-creatify-dynamic-and-versatile">Exploring Creatify:
|
73
|
+
Dynamic and Versatile</h2>
|
74
|
+
<p>Next, let’s talk about <strong>Creatify</strong>, another exciting
|
75
|
+
tool in the AI video space. Creatify is known for its versatility and
|
76
|
+
user-friendly approach, often catering to creators who want flexibility
|
77
|
+
in design and storytelling. Here’s a quick guide to diving in:</p>
|
78
|
+
<ol type="1">
|
79
|
+
<li><strong>Getting Started:</strong> Visit Creatify’s official site and
|
80
|
+
sign up for an account. After logging in, explore the interface—look for
|
81
|
+
sections like “Video Editor” or “AI Tools.”</li>
|
82
|
+
<li><strong>Standout Features:</strong> Creatify often emphasizes
|
83
|
+
dynamic animations, customizable templates, and a variety of
|
84
|
+
AI-generated voices. It’s great for social media content or short
|
85
|
+
promotional clips.</li>
|
86
|
+
<li><strong>Comparison with HeyGen:</strong> Unlike HeyGen’s focus on
|
87
|
+
personalized avatars, Creatify might offer more creative freedom in
|
88
|
+
terms of visual effects and quick edits. It’s a good pick for trendy,
|
89
|
+
eye-catching videos.</li>
|
90
|
+
<li><strong>Hands-On Practice:</strong> Set up a brief video project in
|
91
|
+
Creatify. Experiment with a template and add a fun script—something
|
92
|
+
casual like a social media teaser. Export and review the output.</li>
|
93
|
+
</ol>
|
94
|
+
<p>Consider how Creatify’s flair for animation could add a new dimension
|
95
|
+
to your HeyGen videos. Maybe a hybrid approach for your next
|
96
|
+
project?</p>
|
97
|
+
<h2 id="comparing-the-tools-a-quick-overview">Comparing the Tools: A
|
98
|
+
Quick Overview</h2>
|
99
|
+
<p>Let’s break down the strengths of each platform in a simple table to
|
100
|
+
help you decide when to use which tool:</p>
|
101
|
+
<table>
|
102
|
+
<colgroup>
|
103
|
+
<col style="width: 11%" />
|
104
|
+
<col style="width: 29%" />
|
105
|
+
<col style="width: 28%" />
|
106
|
+
<col style="width: 30%" />
|
107
|
+
</colgroup>
|
108
|
+
<thead>
|
109
|
+
<tr>
|
110
|
+
<th><strong>Tool</strong></th>
|
111
|
+
<th><strong>Best For</strong></th>
|
112
|
+
<th><strong>Unique Strength</strong></th>
|
113
|
+
<th><strong>Complement to HeyGen</strong></th>
|
114
|
+
</tr>
|
115
|
+
</thead>
|
116
|
+
<tbody>
|
117
|
+
<tr>
|
118
|
+
<td>HeyGen</td>
|
119
|
+
<td>Personalized avatars, custom videos</td>
|
120
|
+
<td>Deep avatar customization</td>
|
121
|
+
<td>Core tool for unique digital personas</td>
|
122
|
+
</tr>
|
123
|
+
<tr>
|
124
|
+
<td>Synthesia</td>
|
125
|
+
<td>Professional, quick videos</td>
|
126
|
+
<td>Ready-made avatars, multi-language</td>
|
127
|
+
<td>Great for polished, formal content</td>
|
128
|
+
</tr>
|
129
|
+
<tr>
|
130
|
+
<td>Creatify</td>
|
131
|
+
<td>Creative, dynamic content</td>
|
132
|
+
<td>Animations and trendy templates</td>
|
133
|
+
<td>Perfect for social media flair</td>
|
134
|
+
</tr>
|
135
|
+
</tbody>
|
136
|
+
</table>
|
137
|
+
<p>Use this as a guide to pick the right tool based on your project’s
|
138
|
+
goals. Mix and match their features to create diverse content!</p>
|
139
|
+
<h2 id="experiment-and-combine-your-next-move">Experiment and Combine:
|
140
|
+
Your Next Move</h2>
|
141
|
+
<p>Now that you’ve got a taste of Synthesia and Creatify, it’s time to
|
142
|
+
think bigger. Could you use HeyGen for a personal avatar, Synthesia for
|
143
|
+
a corporate training video, and Creatify for a snappy Instagram reel?
|
144
|
+
The possibilities are endless! Take some time to play around with at
|
145
|
+
least one of these new tools. Create a small project in either Synthesia
|
146
|
+
or Creatify, and compare the process to your HeyGen experience.</p>
|
147
|
+
<p>Here’s a quick action plan: - Choose one tool (Synthesia or Creatify)
|
148
|
+
to focus on first. - Spend 15-20 minutes setting up a basic video. -
|
149
|
+
Note down one thing you liked about the tool and one thing that felt
|
150
|
+
different from HeyGen.</p>
|
151
|
+
<h2 id="reflection-building-your-creative-arsenal">Reflection: Building
|
152
|
+
Your Creative Arsenal</h2>
|
153
|
+
<p>Great job exploring new horizons! 🌍 As you wrap up this lesson,
|
154
|
+
reflect on how these tools can fit into your creative workflow. Which
|
155
|
+
platform excited you the most, and why? How might combining their
|
156
|
+
strengths help you reach a wider audience or tell better stories? Jot
|
157
|
+
down one idea for a project that uses at least two of these tools
|
158
|
+
together.</p>
|
159
|
+
<p>Up next, we’ll test your knowledge about avatar creation and video
|
160
|
+
tools to solidify everything you’ve learned. Click ahead when you’re
|
161
|
+
ready to put your skills to the test. Keep experimenting and stay
|
162
|
+
curious!</p>
|
163
|
+
</body>
|
164
|
+
</html>
|
@@ -0,0 +1,116 @@
|
|
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
|
+
<p><code>question eval="The student should briefly share one key learning or surprise from the course about avatar creation or AI tools and mention a potential application in a future project." I was surprised by how simple it is to create a realistic digital avatar using HeyGen. I plan to use this skill to make engaging training videos for my team at work. I don't now if I will use it, but I like how much is similar to me The most exciting part was seeing how quickly I could turn a script into a video with an AI avatar. I want to use this for my YouTube channel to produce content more efficiently.</code></p>
|
107
|
+
<h2 id="celebrate-your-progress">Celebrate Your Progress 🥳</h2>
|
108
|
+
<p>Fantastic work completing this quiz! 🌟 Whether you aced every
|
109
|
+
question or found a few tricky spots, you’ve taken a huge step in
|
110
|
+
mastering HeyGen and understanding the broader landscape of AI video
|
111
|
+
tools. Use any gaps in your knowledge as motivation to revisit specific
|
112
|
+
lessons or experiment more with the platforms. Reflect on your mini
|
113
|
+
challenge response—your excitement and ideas are the fuel for your next
|
114
|
+
creative endeavor!</p>
|
115
|
+
</body>
|
116
|
+
</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>
|
@@ -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! 🚀
|