From 3edbb70c554416d610b98e3ce40b0dd0b8a8ac6b Mon Sep 17 00:00:00 2001 From: Chris Puska Date: Sat, 24 Feb 2024 14:51:38 -0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b4f8618..b287b64 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,12 @@ # Fractures -Fractures is a set of low level atomics to help compose larger systems. Only the good parts. +Fractures provide a stable, immutable base for our visual systems, ensuring maintainable code and easier abstractions. We use them to build our [UI](https://ui.helios.graphics). Read the code or the [website](https://fractures.dev). + +### Goals - Atomic - Framework agnostic - No UI - Fast in every way -- Manageable cognitive load -- Small footprint - -### This repo publishes 2 packages: - -- `@heliosgraphics/fractures` Atomic CSS. -- `@heliosgraphics/utils` Utility Functions. +- Small cognitive load +- Tiny footprint