UNPKG

imagenarium

Version:

Use to optimize, handler formats and crop images

11 lines (9 loc) 133 B
"use strict"; module.exports = function () { try { Object.keys("primitive"); return true; } catch (e) { return false; } };