Skip to content

Back end application using node.js to generate svg logos based off of the users input to the prompts

Notifications You must be signed in to change notification settings

fredkamm/SVG-Logo-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG Logo Maker

Command line tool to generate an svg logo and write it to file.

Usage

  • Requires Node v12+. (This app has only been tested on Node 16)
  • Run npm install to download dependencies.
  • Run node index.js to start the app.
    • Answer questions to generate a logo.
    • Logo will be written to logo.svg in the working directory.
  • Run tests with npm run test

Generated Logo Example

alt text

About

Back end application using node.js to generate svg logos based off of the users input to the prompts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published