1.0.5 • Published 3 years ago

create-logo v1.0.5

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

Create a simple svg logo with text over a background.

Installation

Run npm i create-logo -g.

CLI

Use create-logo as the base command.

Format: create-logo <text> [--help] [--bgColor <background color>] [--textColor <text color>] [outFile <path>] [--png]

SVG Example: create-logo CL --bgColor "#FFFF00" --textColor "#000000" --outFile "cl.svg"

PNG Example: create-logo CL --bgColor "#FFFF00" --textColor "#000000" --outFile "cl.png" --png

Arguments

  • --bgColor: Set the background color of the logo. Default is #000 (black).
  • --textColor: Set the color of the text in the logo. Default is #FFF (white).
  • --outFile: The file to put the svg or, if specified, the png in.
  • --png: Specify if you want to create a png logo (default is svg).
1.0.5

3 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago