UNPKG

@softrobot/loaders.gl-draco

Version:

Framework-independent loader and writer for Draco compressed meshes and point clouds

9 lines (8 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VERSION = void 0; var VERSION = typeof "3.0.0-alpha.6" !== 'undefined' ? "3.0.0-alpha.6" : 'latest'; exports.VERSION = VERSION; //# sourceMappingURL=version.js.map