Merge branch 'version-2' of https://github.com/Frooodle/Stirling-PDF into version-2

This commit is contained in:
Saud Fatayerji
2023-11-13 02:52:01 +03:00
31 changed files with 99 additions and 129 deletions

View File

@@ -1,6 +1,6 @@
import { Response } from 'express';
import { PdfFile } from '@stirling-pdf/shared-operations/wrappers/PdfFile'
import { PdfFile } from '@stirling-pdf/shared-operations/src/wrappers/PdfFile'
export async function respondWithFile(res: Response, bytes: Uint8Array, name: string, mimeType: string): Promise<void> {
res.writeHead(200, {