fix art example

This commit is contained in:
big nutty 2024-04-22 08:25:16 +00:00
parent 0e05d556c1
commit d83e5f6116

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>]`
},