UNPKG

rizer

Version:

A CLI tool to resize images by width, height, or ratio

7 lines (6 loc) 117 B
export default function (val) { return val .split(",") .map((v) => v.trim()) .filter(Boolean); }