babylonjs-post-process 6.7.0 → 6.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/babylon.asciiArtPostProcess.js +389 -360
- package/babylon.asciiArtPostProcess.js.map +1 -1
- package/babylon.asciiArtPostProcess.min.js.map +1 -1
- package/babylon.digitalRainPostProcess.js +390 -361
- package/babylon.digitalRainPostProcess.js.map +1 -1
- package/babylon.digitalRainPostProcess.min.js.map +1 -1
- package/babylonjs.postProcess.js +418 -389
- package/babylonjs.postProcess.js.map +1 -1
- package/babylonjs.postProcess.min.js.map +1 -1
- package/package.json +2 -2
package/babylonjs.postProcess.js
CHANGED
|
@@ -12,341 +12,6 @@ return /******/ (() => { // webpackBootstrap
|
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/ "../../../../node_modules/tslib/tslib.es6.js":
|
|
16
|
-
/*!***************************************************!*\
|
|
17
|
-
!*** ../../../../node_modules/tslib/tslib.es6.js ***!
|
|
18
|
-
\***************************************************/
|
|
19
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
20
|
-
|
|
21
|
-
__webpack_require__.r(__webpack_exports__);
|
|
22
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23
|
-
/* harmony export */ "__assign": () => (/* binding */ __assign),
|
|
24
|
-
/* harmony export */ "__asyncDelegator": () => (/* binding */ __asyncDelegator),
|
|
25
|
-
/* harmony export */ "__asyncGenerator": () => (/* binding */ __asyncGenerator),
|
|
26
|
-
/* harmony export */ "__asyncValues": () => (/* binding */ __asyncValues),
|
|
27
|
-
/* harmony export */ "__await": () => (/* binding */ __await),
|
|
28
|
-
/* harmony export */ "__awaiter": () => (/* binding */ __awaiter),
|
|
29
|
-
/* harmony export */ "__classPrivateFieldGet": () => (/* binding */ __classPrivateFieldGet),
|
|
30
|
-
/* harmony export */ "__classPrivateFieldIn": () => (/* binding */ __classPrivateFieldIn),
|
|
31
|
-
/* harmony export */ "__classPrivateFieldSet": () => (/* binding */ __classPrivateFieldSet),
|
|
32
|
-
/* harmony export */ "__createBinding": () => (/* binding */ __createBinding),
|
|
33
|
-
/* harmony export */ "__decorate": () => (/* binding */ __decorate),
|
|
34
|
-
/* harmony export */ "__esDecorate": () => (/* binding */ __esDecorate),
|
|
35
|
-
/* harmony export */ "__exportStar": () => (/* binding */ __exportStar),
|
|
36
|
-
/* harmony export */ "__extends": () => (/* binding */ __extends),
|
|
37
|
-
/* harmony export */ "__generator": () => (/* binding */ __generator),
|
|
38
|
-
/* harmony export */ "__importDefault": () => (/* binding */ __importDefault),
|
|
39
|
-
/* harmony export */ "__importStar": () => (/* binding */ __importStar),
|
|
40
|
-
/* harmony export */ "__makeTemplateObject": () => (/* binding */ __makeTemplateObject),
|
|
41
|
-
/* harmony export */ "__metadata": () => (/* binding */ __metadata),
|
|
42
|
-
/* harmony export */ "__param": () => (/* binding */ __param),
|
|
43
|
-
/* harmony export */ "__propKey": () => (/* binding */ __propKey),
|
|
44
|
-
/* harmony export */ "__read": () => (/* binding */ __read),
|
|
45
|
-
/* harmony export */ "__rest": () => (/* binding */ __rest),
|
|
46
|
-
/* harmony export */ "__runInitializers": () => (/* binding */ __runInitializers),
|
|
47
|
-
/* harmony export */ "__setFunctionName": () => (/* binding */ __setFunctionName),
|
|
48
|
-
/* harmony export */ "__spread": () => (/* binding */ __spread),
|
|
49
|
-
/* harmony export */ "__spreadArray": () => (/* binding */ __spreadArray),
|
|
50
|
-
/* harmony export */ "__spreadArrays": () => (/* binding */ __spreadArrays),
|
|
51
|
-
/* harmony export */ "__values": () => (/* binding */ __values)
|
|
52
|
-
/* harmony export */ });
|
|
53
|
-
/******************************************************************************
|
|
54
|
-
Copyright (c) Microsoft Corporation.
|
|
55
|
-
|
|
56
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
57
|
-
purpose with or without fee is hereby granted.
|
|
58
|
-
|
|
59
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
60
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
61
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
62
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
63
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
64
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
65
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
66
|
-
***************************************************************************** */
|
|
67
|
-
/* global Reflect, Promise */
|
|
68
|
-
|
|
69
|
-
var extendStatics = function(d, b) {
|
|
70
|
-
extendStatics = Object.setPrototypeOf ||
|
|
71
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
72
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
73
|
-
return extendStatics(d, b);
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
function __extends(d, b) {
|
|
77
|
-
if (typeof b !== "function" && b !== null)
|
|
78
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
79
|
-
extendStatics(d, b);
|
|
80
|
-
function __() { this.constructor = d; }
|
|
81
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
var __assign = function() {
|
|
85
|
-
__assign = Object.assign || function __assign(t) {
|
|
86
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
87
|
-
s = arguments[i];
|
|
88
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
89
|
-
}
|
|
90
|
-
return t;
|
|
91
|
-
}
|
|
92
|
-
return __assign.apply(this, arguments);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
function __rest(s, e) {
|
|
96
|
-
var t = {};
|
|
97
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
98
|
-
t[p] = s[p];
|
|
99
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
100
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
101
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
102
|
-
t[p[i]] = s[p[i]];
|
|
103
|
-
}
|
|
104
|
-
return t;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
function __decorate(decorators, target, key, desc) {
|
|
108
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
109
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
110
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
111
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
function __param(paramIndex, decorator) {
|
|
115
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
119
|
-
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
120
|
-
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
121
|
-
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
122
|
-
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
123
|
-
var _, done = false;
|
|
124
|
-
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
125
|
-
var context = {};
|
|
126
|
-
for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
|
|
127
|
-
for (var p in contextIn.access) context.access[p] = contextIn.access[p];
|
|
128
|
-
context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
129
|
-
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
130
|
-
if (kind === "accessor") {
|
|
131
|
-
if (result === void 0) continue;
|
|
132
|
-
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
|
|
133
|
-
if (_ = accept(result.get)) descriptor.get = _;
|
|
134
|
-
if (_ = accept(result.set)) descriptor.set = _;
|
|
135
|
-
if (_ = accept(result.init)) initializers.push(_);
|
|
136
|
-
}
|
|
137
|
-
else if (_ = accept(result)) {
|
|
138
|
-
if (kind === "field") initializers.push(_);
|
|
139
|
-
else descriptor[key] = _;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
if (target) Object.defineProperty(target, contextIn.name, descriptor);
|
|
143
|
-
done = true;
|
|
144
|
-
};
|
|
145
|
-
|
|
146
|
-
function __runInitializers(thisArg, initializers, value) {
|
|
147
|
-
var useValue = arguments.length > 2;
|
|
148
|
-
for (var i = 0; i < initializers.length; i++) {
|
|
149
|
-
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
150
|
-
}
|
|
151
|
-
return useValue ? value : void 0;
|
|
152
|
-
};
|
|
153
|
-
|
|
154
|
-
function __propKey(x) {
|
|
155
|
-
return typeof x === "symbol" ? x : "".concat(x);
|
|
156
|
-
};
|
|
157
|
-
|
|
158
|
-
function __setFunctionName(f, name, prefix) {
|
|
159
|
-
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
160
|
-
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
161
|
-
};
|
|
162
|
-
|
|
163
|
-
function __metadata(metadataKey, metadataValue) {
|
|
164
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
function __awaiter(thisArg, _arguments, P, generator) {
|
|
168
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
169
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
170
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
171
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
172
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
173
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
174
|
-
});
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
function __generator(thisArg, body) {
|
|
178
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
179
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
180
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
181
|
-
function step(op) {
|
|
182
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
183
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
184
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
185
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
186
|
-
switch (op[0]) {
|
|
187
|
-
case 0: case 1: t = op; break;
|
|
188
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
189
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
190
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
191
|
-
default:
|
|
192
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
193
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
194
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
195
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
196
|
-
if (t[2]) _.ops.pop();
|
|
197
|
-
_.trys.pop(); continue;
|
|
198
|
-
}
|
|
199
|
-
op = body.call(thisArg, _);
|
|
200
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
201
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
var __createBinding = Object.create ? (function(o, m, k, k2) {
|
|
206
|
-
if (k2 === undefined) k2 = k;
|
|
207
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
208
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
209
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
210
|
-
}
|
|
211
|
-
Object.defineProperty(o, k2, desc);
|
|
212
|
-
}) : (function(o, m, k, k2) {
|
|
213
|
-
if (k2 === undefined) k2 = k;
|
|
214
|
-
o[k2] = m[k];
|
|
215
|
-
});
|
|
216
|
-
|
|
217
|
-
function __exportStar(m, o) {
|
|
218
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
function __values(o) {
|
|
222
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
223
|
-
if (m) return m.call(o);
|
|
224
|
-
if (o && typeof o.length === "number") return {
|
|
225
|
-
next: function () {
|
|
226
|
-
if (o && i >= o.length) o = void 0;
|
|
227
|
-
return { value: o && o[i++], done: !o };
|
|
228
|
-
}
|
|
229
|
-
};
|
|
230
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
function __read(o, n) {
|
|
234
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
235
|
-
if (!m) return o;
|
|
236
|
-
var i = m.call(o), r, ar = [], e;
|
|
237
|
-
try {
|
|
238
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
239
|
-
}
|
|
240
|
-
catch (error) { e = { error: error }; }
|
|
241
|
-
finally {
|
|
242
|
-
try {
|
|
243
|
-
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
244
|
-
}
|
|
245
|
-
finally { if (e) throw e.error; }
|
|
246
|
-
}
|
|
247
|
-
return ar;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/** @deprecated */
|
|
251
|
-
function __spread() {
|
|
252
|
-
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
253
|
-
ar = ar.concat(__read(arguments[i]));
|
|
254
|
-
return ar;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
/** @deprecated */
|
|
258
|
-
function __spreadArrays() {
|
|
259
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
260
|
-
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
261
|
-
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
262
|
-
r[k] = a[j];
|
|
263
|
-
return r;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
function __spreadArray(to, from, pack) {
|
|
267
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
268
|
-
if (ar || !(i in from)) {
|
|
269
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
270
|
-
ar[i] = from[i];
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
function __await(v) {
|
|
277
|
-
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
281
|
-
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
282
|
-
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
283
|
-
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
284
|
-
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
285
|
-
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
286
|
-
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
287
|
-
function fulfill(value) { resume("next", value); }
|
|
288
|
-
function reject(value) { resume("throw", value); }
|
|
289
|
-
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
function __asyncDelegator(o) {
|
|
293
|
-
var i, p;
|
|
294
|
-
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
295
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
function __asyncValues(o) {
|
|
299
|
-
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
300
|
-
var m = o[Symbol.asyncIterator], i;
|
|
301
|
-
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
302
|
-
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
303
|
-
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
function __makeTemplateObject(cooked, raw) {
|
|
307
|
-
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
308
|
-
return cooked;
|
|
309
|
-
};
|
|
310
|
-
|
|
311
|
-
var __setModuleDefault = Object.create ? (function(o, v) {
|
|
312
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
313
|
-
}) : function(o, v) {
|
|
314
|
-
o["default"] = v;
|
|
315
|
-
};
|
|
316
|
-
|
|
317
|
-
function __importStar(mod) {
|
|
318
|
-
if (mod && mod.__esModule) return mod;
|
|
319
|
-
var result = {};
|
|
320
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
321
|
-
__setModuleDefault(result, mod);
|
|
322
|
-
return result;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
function __importDefault(mod) {
|
|
326
|
-
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
330
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
331
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
332
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
336
|
-
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
337
|
-
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
338
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
339
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
function __classPrivateFieldIn(state, receiver) {
|
|
343
|
-
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
|
|
344
|
-
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
/***/ }),
|
|
349
|
-
|
|
350
15
|
/***/ "../../../lts/postProcesses/dist/asciiArt/asciiArtPostProcess.js":
|
|
351
16
|
/*!***********************************************************************!*\
|
|
352
17
|
!*** ../../../lts/postProcesses/dist/asciiArt/asciiArtPostProcess.js ***!
|
|
@@ -355,13 +20,13 @@ function __classPrivateFieldIn(state, receiver) {
|
|
|
355
20
|
|
|
356
21
|
__webpack_require__.r(__webpack_exports__);
|
|
357
22
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
358
|
-
/* harmony export */
|
|
359
|
-
/* harmony export */
|
|
23
|
+
/* harmony export */ AsciiArtFontTexture: () => (/* binding */ AsciiArtFontTexture),
|
|
24
|
+
/* harmony export */ AsciiArtPostProcess: () => (/* binding */ AsciiArtPostProcess)
|
|
360
25
|
/* harmony export */ });
|
|
361
|
-
/* harmony import */ var
|
|
362
|
-
/* harmony import */ var
|
|
363
|
-
/* harmony import */ var
|
|
364
|
-
/* harmony import */ var
|
|
26
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ "../../../../node_modules/tslib/tslib.es6.mjs");
|
|
27
|
+
/* harmony import */ var core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/Engines/Extensions/engine.dynamicTexture */ "core/Misc/decorators");
|
|
28
|
+
/* harmony import */ var core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__);
|
|
29
|
+
/* harmony import */ var _asciiart_fragment__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./asciiart.fragment */ "../../../lts/postProcesses/dist/asciiArt/asciiart.fragment.js");
|
|
365
30
|
|
|
366
31
|
|
|
367
32
|
|
|
@@ -376,7 +41,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
376
41
|
* This is used later on in the postprocess.
|
|
377
42
|
*/
|
|
378
43
|
var AsciiArtFontTexture = /** @class */ (function (_super) {
|
|
379
|
-
(0,
|
|
44
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_2__.__extends)(AsciiArtFontTexture, _super);
|
|
380
45
|
/**
|
|
381
46
|
* Create a new instance of the Ascii Art FontTexture class
|
|
382
47
|
* @param name the name of the texture
|
|
@@ -394,8 +59,8 @@ var AsciiArtFontTexture = /** @class */ (function (_super) {
|
|
|
394
59
|
_this.name = name;
|
|
395
60
|
_this._text == text;
|
|
396
61
|
_this._font == font;
|
|
397
|
-
_this.wrapU =
|
|
398
|
-
_this.wrapV =
|
|
62
|
+
_this.wrapU = core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.Texture.CLAMP_ADDRESSMODE;
|
|
63
|
+
_this.wrapV = core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.Texture.CLAMP_ADDRESSMODE;
|
|
399
64
|
//this.anisotropicFilteringLevel = 1;
|
|
400
65
|
// Get the font specific info.
|
|
401
66
|
var maxCharHeight = _this._getFontHeight(font);
|
|
@@ -405,7 +70,7 @@ var AsciiArtFontTexture = /** @class */ (function (_super) {
|
|
|
405
70
|
var textureWidth = Math.ceil(_this._charSize * text.length);
|
|
406
71
|
var textureHeight = _this._charSize;
|
|
407
72
|
// Create the texture that will store the font characters.
|
|
408
|
-
_this._texture = scene.getEngine().createDynamicTexture(textureWidth, textureHeight, false,
|
|
73
|
+
_this._texture = scene.getEngine().createDynamicTexture(textureWidth, textureHeight, false, core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.Texture.NEAREST_SAMPLINGMODE);
|
|
409
74
|
//scene.getEngine().setclamp
|
|
410
75
|
var textureSize = _this.getSize();
|
|
411
76
|
// Create a canvas with the final size: the one matching the texture.
|
|
@@ -499,17 +164,17 @@ var AsciiArtFontTexture = /** @class */ (function (_super) {
|
|
|
499
164
|
* @returns the parsed texture
|
|
500
165
|
*/
|
|
501
166
|
AsciiArtFontTexture.Parse = function (source, scene) {
|
|
502
|
-
var texture =
|
|
167
|
+
var texture = core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.SerializationHelper.Parse(function () { return new AsciiArtFontTexture(source.name, source.font, source.text, scene); }, source, scene, null);
|
|
503
168
|
return texture;
|
|
504
169
|
};
|
|
505
|
-
(0,
|
|
506
|
-
(0,
|
|
170
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_2__.__decorate)([
|
|
171
|
+
(0,core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.serialize)("font")
|
|
507
172
|
], AsciiArtFontTexture.prototype, "_font", void 0);
|
|
508
|
-
(0,
|
|
509
|
-
(0,
|
|
173
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_2__.__decorate)([
|
|
174
|
+
(0,core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.serialize)("text")
|
|
510
175
|
], AsciiArtFontTexture.prototype, "_text", void 0);
|
|
511
176
|
return AsciiArtFontTexture;
|
|
512
|
-
}(
|
|
177
|
+
}(core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.BaseTexture));
|
|
513
178
|
|
|
514
179
|
/**
|
|
515
180
|
* AsciiArtPostProcess helps rendering everithing in Ascii Art.
|
|
@@ -518,7 +183,7 @@ var AsciiArtFontTexture = /** @class */ (function (_super) {
|
|
|
518
183
|
* Example usage: var pp = new AsciiArtPostProcess("myAscii", "20px Monospace", camera);
|
|
519
184
|
*/
|
|
520
185
|
var AsciiArtPostProcess = /** @class */ (function (_super) {
|
|
521
|
-
(0,
|
|
186
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_2__.__extends)(AsciiArtPostProcess, _super);
|
|
522
187
|
/**
|
|
523
188
|
* Instantiates a new Ascii Art Post Process.
|
|
524
189
|
* @param name the name to give to the postprocess
|
|
@@ -527,7 +192,7 @@ var AsciiArtPostProcess = /** @class */ (function (_super) {
|
|
|
527
192
|
* @param options can either be the font name or an option object following the IAsciiArtPostProcessOptions format
|
|
528
193
|
*/
|
|
529
194
|
function AsciiArtPostProcess(name, camera, options) {
|
|
530
|
-
var _this = _super.call(this, name, "asciiart", ["asciiArtFontInfos", "asciiArtOptions"], ["asciiArtFont"], 1, camera,
|
|
195
|
+
var _this = _super.call(this, name, "asciiart", ["asciiArtFontInfos", "asciiArtOptions"], ["asciiArtFont"], 1, camera, core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.Texture.TRILINEAR_SAMPLINGMODE, undefined, true) || this;
|
|
531
196
|
/**
|
|
532
197
|
* This defines the amount you want to mix the "tile" or caracter space colored in the ascii art.
|
|
533
198
|
* This number is defined between 0 and 1;
|
|
@@ -564,7 +229,7 @@ var AsciiArtPostProcess = /** @class */ (function (_super) {
|
|
|
564
229
|
return _this;
|
|
565
230
|
}
|
|
566
231
|
return AsciiArtPostProcess;
|
|
567
|
-
}(
|
|
232
|
+
}(core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.PostProcess));
|
|
568
233
|
|
|
569
234
|
|
|
570
235
|
|
|
@@ -578,7 +243,7 @@ var AsciiArtPostProcess = /** @class */ (function (_super) {
|
|
|
578
243
|
|
|
579
244
|
__webpack_require__.r(__webpack_exports__);
|
|
580
245
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
581
|
-
/* harmony export */
|
|
246
|
+
/* harmony export */ asciiartPixelShader: () => (/* binding */ asciiartPixelShader)
|
|
582
247
|
/* harmony export */ });
|
|
583
248
|
/* harmony import */ var core_Engines_shaderStore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/Engines/shaderStore */ "core/Misc/decorators");
|
|
584
249
|
/* harmony import */ var core_Engines_shaderStore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_Engines_shaderStore__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -602,8 +267,8 @@ var asciiartPixelShader = { name: name, shader: shader };
|
|
|
602
267
|
|
|
603
268
|
__webpack_require__.r(__webpack_exports__);
|
|
604
269
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
605
|
-
/* harmony export */
|
|
606
|
-
/* harmony export */
|
|
270
|
+
/* harmony export */ AsciiArtFontTexture: () => (/* reexport safe */ _asciiArtPostProcess__WEBPACK_IMPORTED_MODULE_0__.AsciiArtFontTexture),
|
|
271
|
+
/* harmony export */ AsciiArtPostProcess: () => (/* reexport safe */ _asciiArtPostProcess__WEBPACK_IMPORTED_MODULE_0__.AsciiArtPostProcess)
|
|
607
272
|
/* harmony export */ });
|
|
608
273
|
/* harmony import */ var _asciiArtPostProcess__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./asciiArtPostProcess */ "../../../lts/postProcesses/dist/asciiArt/asciiArtPostProcess.js");
|
|
609
274
|
|
|
@@ -619,13 +284,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
619
284
|
|
|
620
285
|
__webpack_require__.r(__webpack_exports__);
|
|
621
286
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
622
|
-
/* harmony export */
|
|
623
|
-
/* harmony export */
|
|
287
|
+
/* harmony export */ DigitalRainFontTexture: () => (/* binding */ DigitalRainFontTexture),
|
|
288
|
+
/* harmony export */ DigitalRainPostProcess: () => (/* binding */ DigitalRainPostProcess)
|
|
624
289
|
/* harmony export */ });
|
|
625
|
-
/* harmony import */ var
|
|
626
|
-
/* harmony import */ var
|
|
627
|
-
/* harmony import */ var
|
|
628
|
-
/* harmony import */ var
|
|
290
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ "../../../../node_modules/tslib/tslib.es6.mjs");
|
|
291
|
+
/* harmony import */ var core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/Engines/Extensions/engine.dynamicTexture */ "core/Misc/decorators");
|
|
292
|
+
/* harmony import */ var core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__);
|
|
293
|
+
/* harmony import */ var _digitalrain_fragment__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./digitalrain.fragment */ "../../../lts/postProcesses/dist/digitalRain/digitalrain.fragment.js");
|
|
629
294
|
|
|
630
295
|
|
|
631
296
|
|
|
@@ -641,7 +306,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
641
306
|
* This is used later on in the postprocess.
|
|
642
307
|
*/
|
|
643
308
|
var DigitalRainFontTexture = /** @class */ (function (_super) {
|
|
644
|
-
(0,
|
|
309
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_2__.__extends)(DigitalRainFontTexture, _super);
|
|
645
310
|
/**
|
|
646
311
|
* Create a new instance of the Digital Rain FontTexture class
|
|
647
312
|
* @param name the name of the texture
|
|
@@ -659,8 +324,8 @@ var DigitalRainFontTexture = /** @class */ (function (_super) {
|
|
|
659
324
|
_this.name = name;
|
|
660
325
|
_this._text == text;
|
|
661
326
|
_this._font == font;
|
|
662
|
-
_this.wrapU =
|
|
663
|
-
_this.wrapV =
|
|
327
|
+
_this.wrapU = core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.Texture.CLAMP_ADDRESSMODE;
|
|
328
|
+
_this.wrapV = core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.Texture.CLAMP_ADDRESSMODE;
|
|
664
329
|
// Get the font specific info.
|
|
665
330
|
var maxCharHeight = _this._getFontHeight(font);
|
|
666
331
|
var maxCharWidth = _this._getFontWidth(font);
|
|
@@ -669,7 +334,7 @@ var DigitalRainFontTexture = /** @class */ (function (_super) {
|
|
|
669
334
|
var textureWidth = _this._charSize;
|
|
670
335
|
var textureHeight = Math.ceil(_this._charSize * text.length);
|
|
671
336
|
// Create the texture that will store the font characters.
|
|
672
|
-
_this._texture = scene.getEngine().createDynamicTexture(textureWidth, textureHeight, false,
|
|
337
|
+
_this._texture = scene.getEngine().createDynamicTexture(textureWidth, textureHeight, false, core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.Texture.NEAREST_SAMPLINGMODE);
|
|
673
338
|
//scene.getEngine().setclamp
|
|
674
339
|
var textureSize = _this.getSize();
|
|
675
340
|
// Create a canvas with the final size: the one matching the texture.
|
|
@@ -763,17 +428,17 @@ var DigitalRainFontTexture = /** @class */ (function (_super) {
|
|
|
763
428
|
* @returns the parsed texture
|
|
764
429
|
*/
|
|
765
430
|
DigitalRainFontTexture.Parse = function (source, scene) {
|
|
766
|
-
var texture =
|
|
431
|
+
var texture = core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.SerializationHelper.Parse(function () { return new DigitalRainFontTexture(source.name, source.font, source.text, scene); }, source, scene, null);
|
|
767
432
|
return texture;
|
|
768
433
|
};
|
|
769
|
-
(0,
|
|
770
|
-
(0,
|
|
434
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_2__.__decorate)([
|
|
435
|
+
(0,core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.serialize)("font")
|
|
771
436
|
], DigitalRainFontTexture.prototype, "_font", void 0);
|
|
772
|
-
(0,
|
|
773
|
-
(0,
|
|
437
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_2__.__decorate)([
|
|
438
|
+
(0,core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.serialize)("text")
|
|
774
439
|
], DigitalRainFontTexture.prototype, "_text", void 0);
|
|
775
440
|
return DigitalRainFontTexture;
|
|
776
|
-
}(
|
|
441
|
+
}(core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.BaseTexture));
|
|
777
442
|
|
|
778
443
|
/**
|
|
779
444
|
* DigitalRainPostProcess helps rendering everithing in digital rain.
|
|
@@ -782,7 +447,7 @@ var DigitalRainFontTexture = /** @class */ (function (_super) {
|
|
|
782
447
|
* Example usage: var pp = new DigitalRainPostProcess("digitalRain", "20px Monospace", camera);
|
|
783
448
|
*/
|
|
784
449
|
var DigitalRainPostProcess = /** @class */ (function (_super) {
|
|
785
|
-
(0,
|
|
450
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_2__.__extends)(DigitalRainPostProcess, _super);
|
|
786
451
|
/**
|
|
787
452
|
* Instantiates a new Digital Rain Post Process.
|
|
788
453
|
* @param name the name to give to the postprocess
|
|
@@ -791,7 +456,7 @@ var DigitalRainPostProcess = /** @class */ (function (_super) {
|
|
|
791
456
|
* @param options can either be the font name or an option object following the IDigitalRainPostProcessOptions format
|
|
792
457
|
*/
|
|
793
458
|
function DigitalRainPostProcess(name, camera, options) {
|
|
794
|
-
var _this = _super.call(this, name, "digitalrain", ["digitalRainFontInfos", "digitalRainOptions", "cosTimeZeroOne", "matrixSpeed"], ["digitalRainFont"], 1.0, camera,
|
|
459
|
+
var _this = _super.call(this, name, "digitalrain", ["digitalRainFontInfos", "digitalRainOptions", "cosTimeZeroOne", "matrixSpeed"], ["digitalRainFont"], 1.0, camera, core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.Texture.TRILINEAR_SAMPLINGMODE, undefined, true) || this;
|
|
795
460
|
/**
|
|
796
461
|
* This defines the amount you want to mix the "tile" or caracter space colored in the digital rain.
|
|
797
462
|
* This number is defined between 0 and 1;
|
|
@@ -825,7 +490,7 @@ var DigitalRainPostProcess = /** @class */ (function (_super) {
|
|
|
825
490
|
var textureSize = _this._digitalRainFontTexture.getSize();
|
|
826
491
|
var alpha = 0.0;
|
|
827
492
|
var cosTimeZeroOne = 0.0;
|
|
828
|
-
var matrix =
|
|
493
|
+
var matrix = core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.Matrix.FromValues(Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random(), Math.random());
|
|
829
494
|
_this.onApply = function (effect) {
|
|
830
495
|
effect.setTexture("digitalRainFont", _this._digitalRainFontTexture);
|
|
831
496
|
effect.setFloat4("digitalRainFontInfos", _this._digitalRainFontTexture.charSize, characterSet.length, textureSize.width, textureSize.height);
|
|
@@ -838,7 +503,7 @@ var DigitalRainPostProcess = /** @class */ (function (_super) {
|
|
|
838
503
|
return _this;
|
|
839
504
|
}
|
|
840
505
|
return DigitalRainPostProcess;
|
|
841
|
-
}(
|
|
506
|
+
}(core_Misc_decorators__WEBPACK_IMPORTED_MODULE_0__.PostProcess));
|
|
842
507
|
|
|
843
508
|
|
|
844
509
|
|
|
@@ -852,7 +517,7 @@ var DigitalRainPostProcess = /** @class */ (function (_super) {
|
|
|
852
517
|
|
|
853
518
|
__webpack_require__.r(__webpack_exports__);
|
|
854
519
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
855
|
-
/* harmony export */
|
|
520
|
+
/* harmony export */ digitalrainPixelShader: () => (/* binding */ digitalrainPixelShader)
|
|
856
521
|
/* harmony export */ });
|
|
857
522
|
/* harmony import */ var core_Engines_shaderStore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/Engines/shaderStore */ "core/Misc/decorators");
|
|
858
523
|
/* harmony import */ var core_Engines_shaderStore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_Engines_shaderStore__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -876,8 +541,8 @@ var digitalrainPixelShader = { name: name, shader: shader };
|
|
|
876
541
|
|
|
877
542
|
__webpack_require__.r(__webpack_exports__);
|
|
878
543
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
879
|
-
/* harmony export */
|
|
880
|
-
/* harmony export */
|
|
544
|
+
/* harmony export */ DigitalRainFontTexture: () => (/* reexport safe */ _digitalRainPostProcess__WEBPACK_IMPORTED_MODULE_0__.DigitalRainFontTexture),
|
|
545
|
+
/* harmony export */ DigitalRainPostProcess: () => (/* reexport safe */ _digitalRainPostProcess__WEBPACK_IMPORTED_MODULE_0__.DigitalRainPostProcess)
|
|
881
546
|
/* harmony export */ });
|
|
882
547
|
/* harmony import */ var _digitalRainPostProcess__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./digitalRainPostProcess */ "../../../lts/postProcesses/dist/digitalRain/digitalRainPostProcess.js");
|
|
883
548
|
|
|
@@ -893,10 +558,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
893
558
|
|
|
894
559
|
__webpack_require__.r(__webpack_exports__);
|
|
895
560
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
896
|
-
/* harmony export */
|
|
897
|
-
/* harmony export */
|
|
898
|
-
/* harmony export */
|
|
899
|
-
/* harmony export */
|
|
561
|
+
/* harmony export */ AsciiArtFontTexture: () => (/* reexport safe */ _asciiArt_index__WEBPACK_IMPORTED_MODULE_0__.AsciiArtFontTexture),
|
|
562
|
+
/* harmony export */ AsciiArtPostProcess: () => (/* reexport safe */ _asciiArt_index__WEBPACK_IMPORTED_MODULE_0__.AsciiArtPostProcess),
|
|
563
|
+
/* harmony export */ DigitalRainFontTexture: () => (/* reexport safe */ _digitalRain_index__WEBPACK_IMPORTED_MODULE_1__.DigitalRainFontTexture),
|
|
564
|
+
/* harmony export */ DigitalRainPostProcess: () => (/* reexport safe */ _digitalRain_index__WEBPACK_IMPORTED_MODULE_1__.DigitalRainPostProcess)
|
|
900
565
|
/* harmony export */ });
|
|
901
566
|
/* harmony import */ var _asciiArt_index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./asciiArt/index */ "../../../lts/postProcesses/dist/asciiArt/index.js");
|
|
902
567
|
/* harmony import */ var _digitalRain_index__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./digitalRain/index */ "../../../lts/postProcesses/dist/digitalRain/index.js");
|
|
@@ -915,10 +580,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
915
580
|
|
|
916
581
|
__webpack_require__.r(__webpack_exports__);
|
|
917
582
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
918
|
-
/* harmony export */
|
|
919
|
-
/* harmony export */
|
|
920
|
-
/* harmony export */
|
|
921
|
-
/* harmony export */
|
|
583
|
+
/* harmony export */ AsciiArtFontTexture: () => (/* reexport safe */ _index__WEBPACK_IMPORTED_MODULE_0__.AsciiArtFontTexture),
|
|
584
|
+
/* harmony export */ AsciiArtPostProcess: () => (/* reexport safe */ _index__WEBPACK_IMPORTED_MODULE_0__.AsciiArtPostProcess),
|
|
585
|
+
/* harmony export */ DigitalRainFontTexture: () => (/* reexport safe */ _index__WEBPACK_IMPORTED_MODULE_0__.DigitalRainFontTexture),
|
|
586
|
+
/* harmony export */ DigitalRainPostProcess: () => (/* reexport safe */ _index__WEBPACK_IMPORTED_MODULE_0__.DigitalRainPostProcess)
|
|
922
587
|
/* harmony export */ });
|
|
923
588
|
/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../index */ "../../../lts/postProcesses/dist/index.js");
|
|
924
589
|
/* eslint-disable import/no-internal-modules */
|
|
@@ -947,6 +612,370 @@ if (typeof globalObject !== "undefined") {
|
|
|
947
612
|
|
|
948
613
|
module.exports = __WEBPACK_EXTERNAL_MODULE_core_Misc_decorators__;
|
|
949
614
|
|
|
615
|
+
/***/ }),
|
|
616
|
+
|
|
617
|
+
/***/ "../../../../node_modules/tslib/tslib.es6.mjs":
|
|
618
|
+
/*!****************************************************!*\
|
|
619
|
+
!*** ../../../../node_modules/tslib/tslib.es6.mjs ***!
|
|
620
|
+
\****************************************************/
|
|
621
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
622
|
+
|
|
623
|
+
__webpack_require__.r(__webpack_exports__);
|
|
624
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
625
|
+
/* harmony export */ __assign: () => (/* binding */ __assign),
|
|
626
|
+
/* harmony export */ __asyncDelegator: () => (/* binding */ __asyncDelegator),
|
|
627
|
+
/* harmony export */ __asyncGenerator: () => (/* binding */ __asyncGenerator),
|
|
628
|
+
/* harmony export */ __asyncValues: () => (/* binding */ __asyncValues),
|
|
629
|
+
/* harmony export */ __await: () => (/* binding */ __await),
|
|
630
|
+
/* harmony export */ __awaiter: () => (/* binding */ __awaiter),
|
|
631
|
+
/* harmony export */ __classPrivateFieldGet: () => (/* binding */ __classPrivateFieldGet),
|
|
632
|
+
/* harmony export */ __classPrivateFieldIn: () => (/* binding */ __classPrivateFieldIn),
|
|
633
|
+
/* harmony export */ __classPrivateFieldSet: () => (/* binding */ __classPrivateFieldSet),
|
|
634
|
+
/* harmony export */ __createBinding: () => (/* binding */ __createBinding),
|
|
635
|
+
/* harmony export */ __decorate: () => (/* binding */ __decorate),
|
|
636
|
+
/* harmony export */ __esDecorate: () => (/* binding */ __esDecorate),
|
|
637
|
+
/* harmony export */ __exportStar: () => (/* binding */ __exportStar),
|
|
638
|
+
/* harmony export */ __extends: () => (/* binding */ __extends),
|
|
639
|
+
/* harmony export */ __generator: () => (/* binding */ __generator),
|
|
640
|
+
/* harmony export */ __importDefault: () => (/* binding */ __importDefault),
|
|
641
|
+
/* harmony export */ __importStar: () => (/* binding */ __importStar),
|
|
642
|
+
/* harmony export */ __makeTemplateObject: () => (/* binding */ __makeTemplateObject),
|
|
643
|
+
/* harmony export */ __metadata: () => (/* binding */ __metadata),
|
|
644
|
+
/* harmony export */ __param: () => (/* binding */ __param),
|
|
645
|
+
/* harmony export */ __propKey: () => (/* binding */ __propKey),
|
|
646
|
+
/* harmony export */ __read: () => (/* binding */ __read),
|
|
647
|
+
/* harmony export */ __rest: () => (/* binding */ __rest),
|
|
648
|
+
/* harmony export */ __runInitializers: () => (/* binding */ __runInitializers),
|
|
649
|
+
/* harmony export */ __setFunctionName: () => (/* binding */ __setFunctionName),
|
|
650
|
+
/* harmony export */ __spread: () => (/* binding */ __spread),
|
|
651
|
+
/* harmony export */ __spreadArray: () => (/* binding */ __spreadArray),
|
|
652
|
+
/* harmony export */ __spreadArrays: () => (/* binding */ __spreadArrays),
|
|
653
|
+
/* harmony export */ __values: () => (/* binding */ __values),
|
|
654
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
655
|
+
/* harmony export */ });
|
|
656
|
+
/******************************************************************************
|
|
657
|
+
Copyright (c) Microsoft Corporation.
|
|
658
|
+
|
|
659
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
660
|
+
purpose with or without fee is hereby granted.
|
|
661
|
+
|
|
662
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
663
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
664
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
665
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
666
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
667
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
668
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
669
|
+
***************************************************************************** */
|
|
670
|
+
/* global Reflect, Promise */
|
|
671
|
+
|
|
672
|
+
var extendStatics = function(d, b) {
|
|
673
|
+
extendStatics = Object.setPrototypeOf ||
|
|
674
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
675
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
676
|
+
return extendStatics(d, b);
|
|
677
|
+
};
|
|
678
|
+
|
|
679
|
+
function __extends(d, b) {
|
|
680
|
+
if (typeof b !== "function" && b !== null)
|
|
681
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
682
|
+
extendStatics(d, b);
|
|
683
|
+
function __() { this.constructor = d; }
|
|
684
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
var __assign = function() {
|
|
688
|
+
__assign = Object.assign || function __assign(t) {
|
|
689
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
690
|
+
s = arguments[i];
|
|
691
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
692
|
+
}
|
|
693
|
+
return t;
|
|
694
|
+
}
|
|
695
|
+
return __assign.apply(this, arguments);
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
function __rest(s, e) {
|
|
699
|
+
var t = {};
|
|
700
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
701
|
+
t[p] = s[p];
|
|
702
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
703
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
704
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
705
|
+
t[p[i]] = s[p[i]];
|
|
706
|
+
}
|
|
707
|
+
return t;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
function __decorate(decorators, target, key, desc) {
|
|
711
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
712
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
713
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
714
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
function __param(paramIndex, decorator) {
|
|
718
|
+
return function (target, key) { decorator(target, key, paramIndex); }
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
722
|
+
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
723
|
+
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
724
|
+
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
725
|
+
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
726
|
+
var _, done = false;
|
|
727
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
728
|
+
var context = {};
|
|
729
|
+
for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
|
|
730
|
+
for (var p in contextIn.access) context.access[p] = contextIn.access[p];
|
|
731
|
+
context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
732
|
+
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
733
|
+
if (kind === "accessor") {
|
|
734
|
+
if (result === void 0) continue;
|
|
735
|
+
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
|
|
736
|
+
if (_ = accept(result.get)) descriptor.get = _;
|
|
737
|
+
if (_ = accept(result.set)) descriptor.set = _;
|
|
738
|
+
if (_ = accept(result.init)) initializers.unshift(_);
|
|
739
|
+
}
|
|
740
|
+
else if (_ = accept(result)) {
|
|
741
|
+
if (kind === "field") initializers.unshift(_);
|
|
742
|
+
else descriptor[key] = _;
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
if (target) Object.defineProperty(target, contextIn.name, descriptor);
|
|
746
|
+
done = true;
|
|
747
|
+
};
|
|
748
|
+
|
|
749
|
+
function __runInitializers(thisArg, initializers, value) {
|
|
750
|
+
var useValue = arguments.length > 2;
|
|
751
|
+
for (var i = 0; i < initializers.length; i++) {
|
|
752
|
+
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
753
|
+
}
|
|
754
|
+
return useValue ? value : void 0;
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
function __propKey(x) {
|
|
758
|
+
return typeof x === "symbol" ? x : "".concat(x);
|
|
759
|
+
};
|
|
760
|
+
|
|
761
|
+
function __setFunctionName(f, name, prefix) {
|
|
762
|
+
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
763
|
+
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
764
|
+
};
|
|
765
|
+
|
|
766
|
+
function __metadata(metadataKey, metadataValue) {
|
|
767
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
|
771
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
772
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
773
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
774
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
775
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
776
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
777
|
+
});
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
function __generator(thisArg, body) {
|
|
781
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
782
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
783
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
784
|
+
function step(op) {
|
|
785
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
786
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
787
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
788
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
789
|
+
switch (op[0]) {
|
|
790
|
+
case 0: case 1: t = op; break;
|
|
791
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
792
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
793
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
794
|
+
default:
|
|
795
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
796
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
797
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
798
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
799
|
+
if (t[2]) _.ops.pop();
|
|
800
|
+
_.trys.pop(); continue;
|
|
801
|
+
}
|
|
802
|
+
op = body.call(thisArg, _);
|
|
803
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
804
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
var __createBinding = Object.create ? (function(o, m, k, k2) {
|
|
809
|
+
if (k2 === undefined) k2 = k;
|
|
810
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
811
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
812
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
813
|
+
}
|
|
814
|
+
Object.defineProperty(o, k2, desc);
|
|
815
|
+
}) : (function(o, m, k, k2) {
|
|
816
|
+
if (k2 === undefined) k2 = k;
|
|
817
|
+
o[k2] = m[k];
|
|
818
|
+
});
|
|
819
|
+
|
|
820
|
+
function __exportStar(m, o) {
|
|
821
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
function __values(o) {
|
|
825
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
826
|
+
if (m) return m.call(o);
|
|
827
|
+
if (o && typeof o.length === "number") return {
|
|
828
|
+
next: function () {
|
|
829
|
+
if (o && i >= o.length) o = void 0;
|
|
830
|
+
return { value: o && o[i++], done: !o };
|
|
831
|
+
}
|
|
832
|
+
};
|
|
833
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
function __read(o, n) {
|
|
837
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
838
|
+
if (!m) return o;
|
|
839
|
+
var i = m.call(o), r, ar = [], e;
|
|
840
|
+
try {
|
|
841
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
842
|
+
}
|
|
843
|
+
catch (error) { e = { error: error }; }
|
|
844
|
+
finally {
|
|
845
|
+
try {
|
|
846
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
847
|
+
}
|
|
848
|
+
finally { if (e) throw e.error; }
|
|
849
|
+
}
|
|
850
|
+
return ar;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
/** @deprecated */
|
|
854
|
+
function __spread() {
|
|
855
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
856
|
+
ar = ar.concat(__read(arguments[i]));
|
|
857
|
+
return ar;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
/** @deprecated */
|
|
861
|
+
function __spreadArrays() {
|
|
862
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
863
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
864
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
865
|
+
r[k] = a[j];
|
|
866
|
+
return r;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
function __spreadArray(to, from, pack) {
|
|
870
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
871
|
+
if (ar || !(i in from)) {
|
|
872
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
873
|
+
ar[i] = from[i];
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
function __await(v) {
|
|
880
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
884
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
885
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
886
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
887
|
+
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
888
|
+
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
889
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
890
|
+
function fulfill(value) { resume("next", value); }
|
|
891
|
+
function reject(value) { resume("throw", value); }
|
|
892
|
+
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
function __asyncDelegator(o) {
|
|
896
|
+
var i, p;
|
|
897
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
898
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
function __asyncValues(o) {
|
|
902
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
903
|
+
var m = o[Symbol.asyncIterator], i;
|
|
904
|
+
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
905
|
+
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
906
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
function __makeTemplateObject(cooked, raw) {
|
|
910
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
911
|
+
return cooked;
|
|
912
|
+
};
|
|
913
|
+
|
|
914
|
+
var __setModuleDefault = Object.create ? (function(o, v) {
|
|
915
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
916
|
+
}) : function(o, v) {
|
|
917
|
+
o["default"] = v;
|
|
918
|
+
};
|
|
919
|
+
|
|
920
|
+
function __importStar(mod) {
|
|
921
|
+
if (mod && mod.__esModule) return mod;
|
|
922
|
+
var result = {};
|
|
923
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
924
|
+
__setModuleDefault(result, mod);
|
|
925
|
+
return result;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
function __importDefault(mod) {
|
|
929
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
933
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
934
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
935
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
939
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
940
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
941
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
942
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
946
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
|
|
947
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
951
|
+
__extends,
|
|
952
|
+
__assign,
|
|
953
|
+
__rest,
|
|
954
|
+
__decorate,
|
|
955
|
+
__param,
|
|
956
|
+
__metadata,
|
|
957
|
+
__awaiter,
|
|
958
|
+
__generator,
|
|
959
|
+
__createBinding,
|
|
960
|
+
__exportStar,
|
|
961
|
+
__values,
|
|
962
|
+
__read,
|
|
963
|
+
__spread,
|
|
964
|
+
__spreadArrays,
|
|
965
|
+
__spreadArray,
|
|
966
|
+
__await,
|
|
967
|
+
__asyncGenerator,
|
|
968
|
+
__asyncDelegator,
|
|
969
|
+
__asyncValues,
|
|
970
|
+
__makeTemplateObject,
|
|
971
|
+
__importStar,
|
|
972
|
+
__importDefault,
|
|
973
|
+
__classPrivateFieldGet,
|
|
974
|
+
__classPrivateFieldSet,
|
|
975
|
+
__classPrivateFieldIn,
|
|
976
|
+
});
|
|
977
|
+
|
|
978
|
+
|
|
950
979
|
/***/ })
|
|
951
980
|
|
|
952
981
|
/******/ });
|
|
@@ -1038,7 +1067,7 @@ var __webpack_exports__ = {};
|
|
|
1038
1067
|
__webpack_require__.r(__webpack_exports__);
|
|
1039
1068
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1040
1069
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
1041
|
-
/* harmony export */
|
|
1070
|
+
/* harmony export */ postProcess: () => (/* reexport module object */ post_processes_legacy_legacy__WEBPACK_IMPORTED_MODULE_0__)
|
|
1042
1071
|
/* harmony export */ });
|
|
1043
1072
|
/* harmony import */ var post_processes_legacy_legacy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! post-processes/legacy/legacy */ "../../../lts/postProcesses/dist/legacy/legacy.js");
|
|
1044
1073
|
|