forked from 0x2620/pandora
add pdf.js
This commit is contained in:
parent
4e97e645d1
commit
2a064259ac
68 changed files with 47339 additions and 7 deletions
3
static/pdf.js/minify.py
Normal file
3
static/pdf.js/minify.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import ox
|
||||
import sys
|
||||
with open(sys.argv[2], 'w') as f: f.write(ox.js.minify(open(sys.argv[1]).read()))
|
||||
Loading…
Add table
Add a link
Reference in a new issue