Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mo-shawa/culler
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-shawa committed Dec 5, 2024
2 parents 142a890 + eec6078 commit 37e6860
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@ NOTE: `culler` is in early active development, and will see many breaking change
- Convert Color values between formats, including from semi-transparent to solid colors using `convert()`
- Provide a clean syntax to apply a color to a CSS selector string, HTML Element, or an iterable containing HTML Elements with `apply()`
- It's TINY. This library is `significantly` smaller than 1 GB 🔥

### Todo
- [x] CI
- [x] Unit tests
- [x] `convert()`
- [x] `gen()`
- [ ] DOM testing
- [ ] `apply()`
- [ ] Generate gradients
- [ ] Presets for `gen()`
- [ ] e.g. `gen({preset: "pastel"})`
- [ ] Generate color palettes
- [ ] Debug
- [ ] Type exports inferred as `any` (e.g. `Color`)

0 comments on commit 37e6860

Please sign in to comment.