Skip to content

Commit 91110d9

Browse files
author
Alexander Weidt
committed
Added first implementation for a AcroForm Plugin
1 parent 9615094 commit 91110d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

libs/require/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ require.config({
9090
]
9191
},
9292

93+
'plugins/acroform': {
94+
deps: [
95+
'jspdf'
96+
]
97+
},
98+
9399
'html2pdf' : {
94100
deps:[
95101
'jspdf',

0 commit comments

Comments
 (0)