Homography.js icon indicating copy to clipboard operation
Homography.js copied to clipboard

note that js file needs to be change to use it with npm require

Open default-student opened this issue 2 years ago • 0 comments

ERROR in external "https://cdn.skypack.dev/[email protected]" The target environment doesn't support dynamic import() syntax so it's not possible to use external type 'module' within a script

fixed by: // In NPM import Delaunator from 'delaunator'; // In JS // import Delaunator from 'https://cdn.skypack.dev/[email protected]'; from Homography.js

default-student avatar Jan 16 '24 21:01 default-student