Turf on Server is still supported ?
geoyogesh opened this issue · 1 comments
geoyogesh commented
when i try to install the package from (https://www.npmjs.com/package/turf).. it says package is deprecated.. but this example project is still using that repo...
Just need some clarty on how to use turf.js on backend nodejs server?
morganherlocker commented
Hi @geoyogesh, the turf package has been deprecated for sometime in favor of the namespaced @turf/turf
module. At the time the original module was published, npm did not support namespaces.