jwagner / simplex-noise.js

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

Check for source map warnings #44

Closed jwagner closed 2 years ago

jwagner commented 2 years ago

Fixes #43

jwagner commented 2 years ago

Not sure why the ts-node esm loader test is failing. Passes locally. Requires a bit more investigation.