new simplex library
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user