@plastichub/osr-cad
Version:
This is a CLI(CommandLineInterface) toolset to convert 3D files, using Solidworks and other software.
7 lines • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pack = exports.convert = void 0;
var sw_lib_1 = require("./sw-lib");
Object.defineProperty(exports, "convert", { enumerable: true, get: function () { return sw_lib_1.convert; } });
Object.defineProperty(exports, "pack", { enumerable: true, get: function () { return sw_lib_1.pack; } });
//# sourceMappingURL=index.js.map