Generic build of PDF.js library.
 
 

3 lines
82 B

var shell = require('./shell.js');
for (cmd in shell)
global[cmd] = shell[cmd];