jwagner / simplex-noise.js

A fast simplex noise implementation in Javascript / Typescript.
MIT License
1.61k stars 130 forks source link

Add missing `NoiseFunction4D` return type of `createNoise4D` function #54

Closed satelllte closed 1 year ago

jwagner commented 1 year ago

Nice catch and thanks a lot for the complete PR!

jwagner commented 1 year ago

Slightly changed to wording, attributed the contribution to you and released 4.0.1. Thanks again!

satelllte commented 1 year ago

Thank you @jwagner