import{toString}from"./color.js";function asColorLike(r){return Array.isArray(r)?toString(r):r}export{asColorLike};