A test

A publication test

An image of different labels
An image of different labels
function getLabels(url: string) {
  return new URL(url).searchParams.get("labels")?.split(",") ?? []
}
console.log("Yes")