Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 31fcd93b86 | |||
| fed7366649 |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB |
@@ -9,4 +9,5 @@ export class AppController {
|
|||||||
getHello(): string {
|
getHello(): string {
|
||||||
return this.appService.getHello();
|
return this.appService.getHello();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ import * as pdfMake from 'pdfmake/build/pdfmake';
|
|||||||
import * as pdfFonts from 'pdfmake/build/vfs_fonts';
|
import * as pdfFonts from 'pdfmake/build/vfs_fonts';
|
||||||
/* import * as PDFDocument from 'pdfkit'; */
|
/* import * as PDFDocument from 'pdfkit'; */
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
import * as path from 'path';
|
|
||||||
import { PDFDocument, StandardFonts, rgb } from 'pdf-lib';
|
import { PDFDocument, StandardFonts, rgb } from 'pdf-lib';
|
||||||
import { Response } from 'express';
|
import { Response } from 'express';
|
||||||
import { format } from 'date-fns';
|
import { format } from 'date-fns';
|
||||||
|
|||||||
Reference in New Issue
Block a user