gitextract_lzbbn_za/ ├── .gitignore ├── LICENSE ├── README.md ├── package.json ├── public/ │ ├── blendData.json │ ├── idle.fbx │ ├── images/ │ │ └── photo_studio_loft_hall_1k.hdr │ ├── index.html │ ├── manifest.json │ ├── model.glb │ └── robots.txt └── src/ ├── App.css ├── App.js ├── App.test.js ├── blendData.json ├── blendDataBlink.json ├── converter.js ├── index.css ├── index.js ├── reportWebVitals.js └── setupTests.js