JSFiddle - React, Tailwind, and code Playground

by phloe

JavaScript

function imagescaler(strings, ...vars) {
	console.log("imagescaler", strings, vars);
}

const img = "image.jpg";
const width = 300;

console.log(imagescaler`https://www.dr.dk/path/to/${img}/${width}`);