I see. From my understanding of JS, adding another...
# multiplatform
b
I see. From my understanding of JS, adding another dependency to
package.json
is an afterthought. Another dependency such as
fs
shouldn't be a problem as long as I can utilize
fs
in the browser. I am attempting to port
JTS
(
Java Topology Suite
). I would like to begin with being able to input/output WKT and WKB and expand the input/output of GIS formats from there. I think this would be a great example on the power of multiplatform kotlin.