гзв
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import fs from "fs";
|
||||
|
||||
for (const filename of fs.readdirSync(
|
||||
"./public/img/masterplan/BarahaSequenceV2"
|
||||
"./public/img/masterplan/BarahaSequenceV3"
|
||||
)) {
|
||||
const [, file, ext] = filename.split(".");
|
||||
|
||||
@@ -19,7 +19,7 @@ for (const filename of fs.readdirSync(
|
||||
const newFilename = `${number / 3}.${ext}`;
|
||||
|
||||
fs.copyFileSync(
|
||||
`./public/img/masterplan/BarahaSequenceV2/${filename}`,
|
||||
`./public/img/masterplan/BarahaSequenceV3/${filename}`,
|
||||
`./public/img/masterplan/new-sequence-120/${newFilename}`
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user