diff --git a/README.md b/README.md index 5b0d11b..ef9435d 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,24 @@ import utils from "./shared/utils" Anything in `pub/` is served as-is. Simple stuff. +### utils + +`hype` includes helpful utils for your webapp: + +- capitalize +- darkenColor +- isDarkMode +- lightenColor +- rand +- randIndex +- randItem +- randomId +- randRange +- redirectBack +- transpile +- unique +- weightedRand + ## Setup 1. Add `dev` and `start` to `package.json`: