mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 15:05:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
8
webGl/my-threejs-test/node_modules/@parcel/cache/lib/constants.js
generated
vendored
Normal file
8
webGl/my-threejs-test/node_modules/@parcel/cache/lib/constants.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.WRITE_LIMIT_CHUNK = void 0;
|
||||
// Node has a file size limit of 2 GB
|
||||
const WRITE_LIMIT_CHUNK = exports.WRITE_LIMIT_CHUNK = 2 * 1024 ** 3;
|
Reference in New Issue
Block a user