gitextract_6iuybk5h/ ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── .npmignore ├── LICENSE ├── README.md ├── package.json ├── rollup.config.js ├── src/ │ ├── keyframes.ts │ ├── model.ts │ ├── render.ts │ └── rough-notation.ts ├── tsconfig.json └── tslint.json