mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
fix art example
This commit is contained in:
parent
0e05d556c1
commit
d83e5f6116
1 changed files with 1 additions and 1 deletions
|
@ -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>]`
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue