jwagner / simplex-noise.js

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

Uncaught TypeError: SimplexNoise is not a constructor #52

Closed twentytwo777 closed 2 years ago

twentytwo777 commented 2 years ago

I have problem.

jwagner commented 2 years ago

Hi @twentytwo777, There is very little information in this issue to replicate your problem but it looks like you are using the 3.x API while having 4.x installed. If that's the case please read Migrating from 3.x to 4.x, that should help.

twentytwo777 commented 2 years ago

Thanks!