Favivon - Correção

This commit is contained in:
2026-05-30 19:59:39 -03:00
parent 76ddaa815d
commit d7dfd221f0
32859 changed files with 5459654 additions and 404 deletions
+1
View File
@@ -0,0 +1 @@
export * from "../../dist/declarations/src/random/index";
+26
View File
@@ -0,0 +1,26 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
require('../../dist/objectSpread2-32cd2c34.cjs.dev.js');
require('../../dist/classCallCheck-eaf0efc7.cjs.dev.js');
var random_dist_maathRandom = require('../../dist/index-26fb8954.cjs.dev.js');
require('../../dist/misc-fce4d494.cjs.dev.js');
require('../../dist/triangle-33ffdfef.cjs.dev.js');
require('../../dist/isNativeReflectConstruct-ddc4ebc1.cjs.dev.js');
require('three');
require('../../dist/matrix-fb190f60.cjs.dev.js');
exports.FlashGen = random_dist_maathRandom.FlashGen;
exports.Generator = random_dist_maathRandom.Generator;
exports.inBox = random_dist_maathRandom.inBox;
exports.inCircle = random_dist_maathRandom.inCircle;
exports.inRect = random_dist_maathRandom.inRect;
exports.inSphere = random_dist_maathRandom.inSphere;
exports.noise = random_dist_maathRandom.noise;
exports.onBox = random_dist_maathRandom.onBox;
exports.onCircle = random_dist_maathRandom.onCircle;
exports.onRect = random_dist_maathRandom.onRect;
exports.onSphere = random_dist_maathRandom.onSphere;
+7
View File
@@ -0,0 +1,7 @@
'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./maath-random.cjs.prod.js");
} else {
module.exports = require("./maath-random.cjs.dev.js");
}
+26
View File
@@ -0,0 +1,26 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
require('../../dist/objectSpread2-2ccd0bad.cjs.prod.js');
require('../../dist/classCallCheck-839aeb3a.cjs.prod.js');
var random_dist_maathRandom = require('../../dist/index-b2e9bacc.cjs.prod.js');
require('../../dist/misc-023d073b.cjs.prod.js');
require('../../dist/triangle-9e5a8229.cjs.prod.js');
require('../../dist/isNativeReflectConstruct-9acebf01.cjs.prod.js');
require('three');
require('../../dist/matrix-e0b2acc5.cjs.prod.js');
exports.FlashGen = random_dist_maathRandom.FlashGen;
exports.Generator = random_dist_maathRandom.Generator;
exports.inBox = random_dist_maathRandom.inBox;
exports.inCircle = random_dist_maathRandom.inCircle;
exports.inRect = random_dist_maathRandom.inRect;
exports.inSphere = random_dist_maathRandom.inSphere;
exports.noise = random_dist_maathRandom.noise;
exports.onBox = random_dist_maathRandom.onBox;
exports.onCircle = random_dist_maathRandom.onCircle;
exports.onRect = random_dist_maathRandom.onRect;
exports.onSphere = random_dist_maathRandom.onSphere;
+8
View File
@@ -0,0 +1,8 @@
import '../../dist/objectSpread2-284232a6.esm.js';
import '../../dist/classCallCheck-9098b006.esm.js';
export { F as FlashGen, G as Generator, f as inBox, b as inCircle, d as inRect, a as inSphere, n as noise, g as onBox, c as onCircle, e as onRect, o as onSphere } from '../../dist/index-0332b2ed.esm.js';
import '../../dist/misc-19a3ec46.esm.js';
import '../../dist/triangle-b62b9067.esm.js';
import '../../dist/isNativeReflectConstruct-5594d075.esm.js';
import 'three';
import '../../dist/matrix-baa530bf.esm.js';
+4
View File
@@ -0,0 +1,4 @@
{
"main": "dist/maath-random.cjs.js",
"module": "dist/maath-random.esm.js"
}