This website works better with JavaScript.
Explore
Help
Sign In
akira
/
pdfjs-dist
Watch
1
Star
0
Fork
You've already forked pdfjs-dist
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Generic build of PDF.js library.
7557
Commits
1
Branch
1804
Tags
126 MiB
Tree:
2c19d99a2e
pdfjs-dist
/
external
/
shelljs
/
global.js
4 lines
86 B
Raw
Normal View
History
Unescape
Escape
Using ShellJS
13 years ago
var
shell
=
require
(
'./shell.js'
)
;
Updates shell.js to v0.1.2
12 years ago
for
(
var
cmd
in
shell
)
Using ShellJS
13 years ago
global
[
cmd
]
=
shell
[
cmd
]
;