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