met4citizen / TalkingHead

Talking Head (3D): A JavaScript class for real-time lip-sync using Ready Player Me full-body 3D avatars.
MIT License
349 stars 107 forks source link

Can't download examples? #63

Closed maxbatt22 closed 1 month ago

maxbatt22 commented 1 month ago

Hello!

This looks so cool. However when I try to download to check out the examples, only the "module" folder downloads. Any way to download everything?

met4citizen commented 1 month ago

Hi. There are currently two single-file examples available. To download them, simply open minimal.html and/or mp3.html and choose "download".

If you want to download all the latest files in the repo, you can use Git and perform a shallow clone, for example:

git clone --depth 1 https://github.com/met4citizen/TalkingHead.git && rm -r TalkingHead/.git