docs: adding a comment

pull/3129/head
Maximilian 6 years ago
parent 24788d7ee1
commit f14b15afcf

@ -42,6 +42,7 @@ async function main() {
} }
await sprite.quality(80).write(`../static/contributors.jpg`); 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]`; const str = `[\n\t${authors.map(a => `'${a.login}'`).join(',\n\t')}\n]`;

Loading…
Cancel
Save