gitextract_2no0vpdt/ ├── .babelrc ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── LICENSE ├── README.md ├── docs/ │ ├── examples/ │ │ ├── cursor.html │ │ ├── html-inline.html │ │ ├── inertia.html │ │ ├── input.html │ │ ├── on-update.html │ │ ├── scroll.html │ │ ├── snap-scroll.html │ │ └── sprite.html │ ├── index.html │ └── preset-explorer.html ├── jsconfig.json ├── lib/ │ └── lax.js ├── package.json └── src/ └── lax.js