Skip to content

stellyes/svgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVGenerator

To view a video walkthrough of this application's abilities, click here.

Description

SVGenerator is a Node.js application that takes in an acronym of three characters, text color, shape, and shape color to generate a simple SVG logo.

Installation

To install, clone the repository to your machine and navigate to the directory in your terminal. Then, run npm install to install the necessary packages.

Usage

To run the application, type node index.js into your terminal once you've navigated to the codebase. From there, you'll be prompted for your logo information.

ezgif-com-video-to-gif.gif

After you've given your logo information to the application, your logo will be saved as logo.svg in the same directory as the code.

ezgif-com-video-to-gif-1.gif

Features

Hexadecimal values are variable length. If you wish to define your colors using three-character, six-character, or eight-character (to define transparency) hex values, the application will automatically check for your hex value length and format it properly.

Author

Ryan England (Github, LinkedIn)

About

A Node.js application designed to generate an SVG logo based on user parameters.

Topics

Resources

Stars

Watchers

Forks