gitextract_rc75g8yk/ ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── camera.html ├── camera.js ├── illustrationGen/ │ ├── illustration.js │ └── skeleton.js ├── index.html ├── package.json ├── static_image.html ├── static_image.js ├── third_party/ │ └── paper/ │ ├── AUTHORS.md │ ├── CHANGELOG.md │ ├── LICENSE.txt │ ├── README.md │ └── package.json └── utils/ ├── colorUtils.js ├── demoUtils.js ├── fileUtils.js ├── mathUtils.js └── svgUtils.js