forked from LeenkxTeam/LNXSDK
12 lines
414 B
JavaScript
12 lines
414 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DebugHtml5Exporter = void 0;
|
|
const Html5Exporter_1 = require("./Html5Exporter");
|
|
class DebugHtml5Exporter extends Html5Exporter_1.Html5Exporter {
|
|
constructor(options) {
|
|
super(options);
|
|
this.isDebug = true;
|
|
}
|
|
}
|
|
exports.DebugHtml5Exporter = DebugHtml5Exporter;
|
|
//# sourceMappingURL=DebugHtml5Exporter.js.map
|