vail-systems / node-fft

Pure Node.js implementation of the Fast Fourier Transform (Cooley-Tukey method).
133 stars 24 forks source link

Is this the correct repository for the NPM package? #11

Open jameswilddev opened 3 years ago

jameswilddev commented 3 years ago

This one: https://www.npmjs.com/package/fft-js

Reason I ask is that this repo only seems to go up to 0.0.10, while NPM has 0.0.12.

Want to make sure I have the right one before I submit a fix.