LarpixClient/node_modules/@capacitor/assets/dist/asset-generator.js
2026-05-03 17:09:55 +02:00

9 lines
241 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AssetGenerator = void 0;
class AssetGenerator {
constructor(options) {
this.options = options;
}
}
exports.AssetGenerator = AssetGenerator;