Huge refactoring to use new compiler and deprecate all other Packers

Add new PdfPacker
This commit is contained in:
Dolan
2018-08-14 01:46:48 +01:00
parent 675192b86f
commit a38abeb4c2
19 changed files with 760 additions and 345 deletions

View File

@ -10,7 +10,7 @@ function createDrawing(drawingOptions?: IDrawingOptions): Drawing {
{
fileName: "test.jpg",
referenceId: 1,
stream: fs.createReadStream(path),
stream: fs.readFileSync(path),
path: path,
dimensions: {
pixels: {