ImageGrid/ui (gen4)/workers/preview-constructor.js
2016-05-23 19:19:09 +03:00

20 lines
484 B
JavaScript
Executable File

/**********************************************************************
*
*
*
**********************************************************************/
var sharp = require('sharp')
/*********************************************************************/
process.on('message', function(m){
console.log('Got:', m)
})
/**********************************************************************
* vim:set ts=4 sw=4 : */