new simplex library

This commit is contained in:
2025-11-22 21:33:44 +07:00
parent ab915108c3
commit e00a579d03
5 changed files with 19 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ The library for creating creepy sticky background
</svg>
```
```js
import("/js/modules/gallery.mjs").then((module) => {
import("/js/modules/womb3-simplex.mjs").then((module) => {
// Initializing the instance
const womb = new module.womb(document.getElementById("wrap"));
womb.init();
@@ -40,6 +40,12 @@ import("/js/modules/gallery.mjs").then((module) => {
});
```
## Installation
```bash
cd simplex-noise.js
./build.sh
```
## Demonstration
### [CodePen](https://codepen.io/mirzaev-sexy/pen/BaxQjYo)
<br>