UNPKG

replace-color-ts

Version:

Replace color with another one pixel by pixel.

5 lines (4 loc) 179 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const isNumber = (x) => !isNaN(parseFloat(x)) && isFinite(parseFloat(x)); exports.default = isNumber;