mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
second example for art
This commit is contained in:
parent
31262bb7b2
commit
1b8b2514c4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = {
|
||||||
aliases: ['wallpaper'],
|
aliases: ['wallpaper'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'crazy ai art',
|
description: 'crazy ai art',
|
||||||
examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1'],
|
examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1', 'wallpaper -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