We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24788d7 commit f14b15aCopy full SHA for f14b15a
site/scripts/get-contributors.js
@@ -42,6 +42,7 @@ async function main() {
42
}
43
44
await sprite.quality(80).write(`../static/contributors.jpg`);
45
+ console.log('remember to additionally optimize the resulting /static/contributors.jpg image file via e.g. https://squoosh.app ');
46
47
const str = `[\n\t${authors.map(a => `'${a.login}'`).join(',\n\t')}\n]`;
48
0 commit comments