UNPKG

imagenarium

Version:

Use to optimize, handler formats and crop images

8 lines (6 loc) 213 B
var toInteger = require('../internals/to-integer'); module.exports = function (it, BYTES) { var offset = toInteger(it); if (offset < 0 || offset % BYTES) throw RangeError('Wrong offset'); return offset; };