Merge branch 'main' of https://gitlab.com/bignutty/labscore into main

This commit is contained in:
derpystuff 2024-04-22 23:35:54 +02:00
commit 5e62f93ae1

View file

@ -24,7 +24,7 @@ module.exports = {
metadata: {
description: 'Creates colorful generative art using JetBrains LIMB.',
description_short: 'AI wallpaper generation',
examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1', 'wallpaper -type phone'],
examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1', 'art -type phone'],
category: 'fun',
usage: `art [-type <${Object.keys(SIZES).join('|')}>] [-seed <10000-999999>] [-variance <1000-9999>] [-rotate <0-360>]`
},