0.2.0 • Published 3 years ago

methav v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

METHAV

SVG avatars builder

Install

npm install methav

Usage

Usage: methav.js [options]

Options:
      --version     Show version number                                [boolean]
  -b, --background  Path to background source
                      [required] [default: "./source/background/background.svg"]
  -c, --color       Path to json file with colors
                                     [required] [default: "./source/color.json"]
  -m, --matryoshka  Path to matryoshka source
                      [required] [default: "./source/matryoshka/matryoshka.svg"]
  -o, --output      Path to output folder       [required] [default: "./output"]
  -s, --size        Matryoshka source svg size          [required] [default: 64]
  -h                Show help                                          [boolean]
      --sid                                                         [default: 1]

Examples:
  methav.js -c ./source/color.json -b ./source/background/background.svg -m
  ./source/matryoshka/matryoshka.svg -o ./output -s 64 -sid 1

License

METHAV is released under the MIT License. See the bundled LICENSE.md for details.

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago