UNPKG

imagenarium

Version:

Use to optimize, handler formats and crop images

5 lines (3 loc) 125 B
'use strict'; const isPathInside = require('is-path-inside'); module.exports = input => isPathInside(input, process.cwd());