diff --git a/README.md b/README.md index 9f4d8f0..e1cf183 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The library for creating creepy sticky background ## Example ```html - + @@ -39,6 +39,13 @@ import("/js/modules/womb3-simplex.mjs").then((module) => { }, true); }); ``` +```css +#wrap { + background-color: black; /* can be alpha 50% and etc */ + filter: url("#blob") contrast(var(--contrast, 30)); + /* mix-blend-mode: ... as you wish */ +} +``` ## Installation ```bash