docs: adding a quick comment

pull/3129/head
Maximilian 5 years ago
parent f14b15afcf
commit 4eb6cf05f8

@ -42,6 +42,7 @@ async function main() {
}
await sprite.quality(80).write(`../static/contributors.jpg`);
// TODO: Optimizing the static/contributors.jpg image should probably get automated as well
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]`;

Loading…
Cancel
Save