From 4aeb8c5661b87b3fe541249fe89414af349e6586 Mon Sep 17 00:00:00 2001 From: mirzaev Date: Sat, 22 Nov 2025 22:28:29 +0700 Subject: [PATCH] added css example --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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