feat: basic screenshot manager

This commit is contained in:
Huskydog9988
2025-05-08 11:38:09 -04:00
committed by DecDuck
parent 3a9eb82fdf
commit 836ba33fe4
5 changed files with 99 additions and 3 deletions

View File

@ -1,9 +1,9 @@
import Stream from "stream";
import Stream from "node:stream";
import prisma from "../db/database";
import { applicationSettings } from "../config/application-configuration";
import objectHandler from "../objects";
import { randomUUID, createHash } from "node:crypto";
import type { IncomingMessage } from "http";
import type { IncomingMessage } from "node:http";
class SaveManager {
async deleteObjectFromSave(