Closed RaumZeit closed 5 years ago
I don't know if I understand you correctly (I used google translate on your comment).
I'm not an expert on JavaScript/ECMAscript modules, but I think the problem is that I don't have any default exports in my library. Therefore, one needs to explicitly import all the functions required and assign them to some variable, thus
import * as MarchingSquares from MarchingSquares
Yeap, thanks! That is exactly what I have written in the comment :) That was just an explanation of your fix for my colleagues.
Thank you!
@RaumZeit thank you for the PR
See also issue RaumZeit/MarchingSquares.js#22 and commit f6157c1ea8f078fda48c0c854fa3120c7b0f6338