A Node.js command-line application that takes in User input to generate a logo and save it as an svg.file. The application prompts the user to select a colour and shape, provide text for the logo and save the generated SVG. This application is useful for freelance web developers to generate simple logos for their projects, so that a professional graphic designer is not required.
- You will first need to install the following: Inquirer Package
- In the terminal run node index.js
- Answer the prompts
- When these are answered, a new SVG logo will be generated in an .svg file
- If the user would like to save this file, it can be renamed, otherwise it will be overwritten
SVG.Generator.Video.webm
- A suite of tests is available in the shapes.test.js file using the JEST package
- These can be found in the shapes.test.js file
Copyright © MIT. All rights reserved.
Licensed under the MIT license.
If you have any questions, please contact me at chelmore1@bigpond.com. You can also find more of my work at HelmOar