|
|
@ -42,6 +42,7 @@ async function main() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
await sprite.quality(80).write(`../static/contributors.jpg`);
|
|
|
|
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 ');
|
|
|
|
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]`;
|
|
|
|