andrewrk / andrewrk/node-perlin-noise
Typo in npm documentation
Open
- Dominant language
- JavaScript
- Stars
- 33
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
On https://www.npmjs.com/package/perlin-noise, there is following text:
Returns a one-dimensional of length `width * height` in _row-major order_. That is, `index = y * width + height`.
but the index is `index = y * width + x` not `height`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.