️ Multithreaded image processing

This commit is contained in:
trickypr 2022-03-27 15:52:49 +11:00
parent ffbe6bbacc
commit 2bdcbb0736
4 changed files with 25 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import { ENGINE_DIR, SRC_DIR } from '../../constants'
import * as gitPatch from './gitPatch'
import * as copyPatch from './copyPatches'
import * as brandingPatch from './brandingPatch'
import path, { join } from 'path'
import { join } from 'path'
import { existsSync, writeFileSync } from 'fs'
import { patchCountFile } from '../../middleware/patch-check'
import { checkHash } from '../../utils'