Hi Tom,
I believe that the latest current version (0.0.3) actually present on unpkg lacks of some files (or there are some problems with your package.json configuration).
In particular, I noticed that because i was trying to import it with browserify, but:
var toGeoJSON = require("./node_modules/@tmcw/togeojson/dist/togeojson.js"); // OK: pointing directly to installed file
var toGeoJSON = require("@tmcw/togeojson"); // Throws cannot find module '@tmcw/togeojson'
Hi Tom, I believe that the latest current version (0.0.3) actually present on unpkg lacks of some files (or there are some problems with your package.json configuration).
In particular, I noticed that because i was trying to import it with browserify, but:
Have a nice day, Raruto