Skip to content

Commit

Permalink
Remove size from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kayahr committed Jan 16, 2025
1 parent f8ac0bf commit 39ab6ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

This is a standalone signal implementation inspired by [Angular Signals] (which API it closely follows) and JavaFX's [Observable Values]. This signal implementation is framework- and platform-agnostic (works in browsers and Node.js) and is simply based on observables for dependency watching.

The library is very small (around 3KB when minified) and only depends on the [@kayahr/observable] library which also is around 3 KB large.


## Writable signals

Expand Down

0 comments on commit 39ab6ba

Please sign in to comment.