chore: moved to bun
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import sharp from 'sharp'
|
||||
import path from 'path'
|
||||
import path from 'node:path'
|
||||
|
||||
export const process = async (filename, maskFilename, extractedDir) => {
|
||||
const image = sharp(path.join(extractedDir, filename)).removeAlpha()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import fs, { promises as fsP } from 'fs'
|
||||
import path from 'path'
|
||||
import fs, { promises as fsP } from 'node:fs'
|
||||
import path from 'node:path'
|
||||
import yauzl from 'yauzl-promise'
|
||||
import yazl from 'yazl'
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
import fs from 'node:fs'
|
||||
import path from 'node:path'
|
||||
import { parse } from 'yaml'
|
||||
|
||||
export function read(file_dir, customTags = []) {
|
||||
|
||||
Reference in New Issue
Block a user