Skip to content

Commit

Permalink
better html template
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Aug 22, 2024
1 parent e529cd3 commit 479fa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/wasm/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@
FPDF.LoadPage = Module.cwrap('FPDF_LoadPage', 'number', ['number', 'number']);
FPDF.ClosePage = Module.cwrap('FPDF_ClosePage', '', ['number']);

FPDF.LoadMemDocument = Module.cwrap('FPDF_LoadMemDocument', 'number', ['number', 'number', 'string']);
FPDF.LoadCustomDocument = Module.cwrap('FPDF_LoadCustomDocument', 'number', ['number', 'string']);
FPDF.GetPageSizeByIndex = Module.cwrap('FPDF_GetPageSizeByIndex', 'number', ['number', 'number', 'number', 'number']);
FPDF.GetLastError = Module.cwrap('FPDF_GetLastError', 'number');
FPDF.GetPageCount = Module.cwrap('FPDF_GetPageCount', 'number', ['number']);
Expand Down

0 comments on commit 479fa8d

Please sign in to comment.