UNPKG

imagenarium

Version:

Use to optimize, handler formats and crop images

8 lines (6 loc) 291 B
var parseFloatImplementation = require('../internals/parse-float'); // `parseFloat` method // https://tc39.github.io/ecma262/#sec-parsefloat-string require('../internals/export')({ global: true, forced: parseFloat != parseFloatImplementation }, { parseFloat: parseFloatImplementation });