File size: 483 Bytes
0ade762 06dcdd9 | 1 2 3 4 5 6 7 8 9 10 11 | ---
license: mit
---
This repository hosts various large files used in [Life.js](https://lifejs.org) projects.
It addresses the following challenges:
- **Bundle size** - Keeps NPM packages small by hosting large files separately.
- **Stability** - Avoids dependency on upstream repos that could change without notice and break all Life.js deployments.
- **Security** - Fewer third-party dependencies minimize [supply chain risk](https://en.wikipedia.org/wiki/Supply_chain_attack). |