mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 06:55:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
22
webGl/my-threejs-test/node_modules/@parcel/compressor-raw/lib/RawCompressor.js
generated
vendored
Normal file
22
webGl/my-threejs-test/node_modules/@parcel/compressor-raw/lib/RawCompressor.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
function _plugin() {
|
||||
const data = require("@parcel/plugin");
|
||||
_plugin = function () {
|
||||
return data;
|
||||
};
|
||||
return data;
|
||||
}
|
||||
var _default = exports.default = new (_plugin().Compressor)({
|
||||
compress({
|
||||
stream
|
||||
}) {
|
||||
return {
|
||||
stream
|
||||
};
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user