mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-14 09:03:04 -04:00
Merge branch 'main' of https://gitlab.com/bignutty/labscore into main
This commit is contained in:
commit
5e62f93ae1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module.exports = {
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Creates colorful generative art using JetBrains LIMB.',
|
description: 'Creates colorful generative art using JetBrains LIMB.',
|
||||||
description_short: 'AI wallpaper generation',
|
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',
|
category: 'fun',
|
||||||
usage: `art [-type <${Object.keys(SIZES).join('|')}>] [-seed <10000-999999>] [-variance <1000-9999>] [-rotate <0-360>]`
|
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