New node: Pixel Noise (#1267)

Add Pixel Noise Node

Currently only White Noise is implemented, but the Code is written so that other's can be added easily
This commit is contained in:
isiko
2023-08-19 11:30:03 -07:00
committed by GitHub
parent 185106132d
commit a566331f1c
8 changed files with 117 additions and 3 deletions
Generated
+2
View File
@@ -2023,6 +2023,8 @@ dependencies = [
"js-sys",
"log",
"node-macro",
"rand 0.8.5",
"rand_chacha 0.3.1",
"reqwest",
"rustc-hash",
"serde",