Cleanup and add pkg

This commit is contained in:
Surma
2019-02-06 10:25:56 +00:00
parent 8faf8a5b48
commit cf45520be3
25 changed files with 307 additions and 308 deletions

View File

@@ -0,0 +1,11 @@
/* tslint:disable */
var wasm;
/**
* @returns {number}
*/
module.exports.doit = function() {
return wasm.doit();
};
wasm = require('./oxipng_wasm_bg');