Skip to content

Commit ad0ed82

Browse files
committed
Add a bunch of specs for initialising jsPDF
1 parent 0f58a8d commit ad0ed82

15 files changed

Lines changed: 168 additions & 3 deletions

File tree

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ module.exports = (config) => {
1212

1313
// list of files / patterns to load in the browser
1414
files: [
15+
'node_modules/adler32cs/adler32cs.js',
16+
'libs/deflate.js',
1517
'jspdf.js',
1618
'plugins/acroform.js',
1719
'plugins/annotations.js',

specs/init/reference/cm.pdf

5.58 KB
Binary file not shown.

specs/init/reference/compress.pdf

2.45 KB
Binary file not shown.

specs/init/reference/em.pdf

5.47 KB
Binary file not shown.

specs/init/reference/ex.pdf

5.42 KB
Binary file not shown.

specs/init/reference/in.pdf

5.63 KB
Binary file not shown.

specs/init/reference/landscape.pdf

2.4 KB
Binary file not shown.

specs/init/reference/mm.pdf

5.38 KB
Binary file not shown.

specs/init/reference/pc.pdf

5.47 KB
Binary file not shown.
2.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)