Skip to content

Commit

Permalink
fix(LASLoader): fix default CDN URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis committed Apr 30, 2024
1 parent 65c4008 commit 4d029ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser/LASLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { Las } from 'copc';
*/
class LASLoader {
constructor() {
this._wasmPath = 'https://cdn.jsdelivr.net/npm/laz-perf@0.0.6/lib/';
this._wasmPath = 'https://cdn.jsdelivr.net/npm/laz-perf@0.0.6/lib';
this._wasmPromise = null;
}

Expand Down

0 comments on commit 4d029ef

Please sign in to comment.