()
| 4 | const useChildFork = (process.platform === 'linux' && !inChildFork) ? true : false; |
| 5 | |
| 6 | async function loadSharp() |
| 7 | { |
| 8 | if(sharp !== false) return; |
| 9 | sharp = require('sharp'); |
| 10 | } |
| 11 | |
| 12 | async function resize(fromImage, toImage, config = {}) |
| 13 | { |
no outgoing calls
no test coverage detected