Export all funcs

This commit is contained in:
Nick Playfair 2021-02-01 23:04:30 +00:00
parent 9d2c8f1778
commit 3fab65eaac

View File

@ -187,6 +187,10 @@ function gerberToImage(gerber, imgConfig, tmpDir, outputDir) {
}
module.exports = {
cleanupFiles,
getLayers,
getLayers2,
extractArchive,
config,
gerberToImage,
};