export const artSize = 96; export const ytPath = "_youtube"; export let ytLimit = 3; export function setYtLimit(limit) { ytLimit = limit; }