Homography.js
Homography.js copied to clipboard
note that js file needs to be change to use it with npm require
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