Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-logo

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-logo

Create a simple svg logo with text over a background.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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).

Keywords

FAQs

Package last updated on 14 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc