0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

docs: adding a comment

This commit is contained in:
Maximilian 2019-06-28 13:25:42 +02:00
parent 24788d7ee1
commit f14b15afcf

View File

@ -42,6 +42,7 @@ async function main() {
}
await sprite.quality(80).write(`../static/contributors.jpg`);
console.log('remember to additionally optimize the resulting /static/contributors.jpg image file via e.g. https://squoosh.app ');
const str = `[\n\t${authors.map(a => `'${a.login}'`).join(',\n\t')}\n]`;