mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-18 03:14:40 +00:00
larry babby and threejs for glsl
This commit is contained in:
13
webGl/my-threejs-test/node_modules/msgpackr-extract/bin/download-prebuilds.js
generated
vendored
Normal file
13
webGl/my-threejs-test/node_modules/msgpackr-extract/bin/download-prebuilds.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const { dirname } = require('path');
|
||||
const { fileURLToPath } = require('url');
|
||||
const { exec } = require('child_process');
|
||||
|
||||
process.chdir(dirname(__dirname));
|
||||
exec('prebuildify-ci download', (error, stdout, stderr) => {
|
||||
console.error(stderr);
|
||||
console.log(stdout);
|
||||
if (error?.code)
|
||||
process.exit(error.code);
|
||||
});
|
||||
Reference in New Issue
Block a user