mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
20 lines
484 B
JavaScript
Executable File
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 : */
|