/svggen

SVG Asset Generator

Primary LanguageTypeScript

svggen

SVG Asset Generator.

Create that cup of coffee logo you have been looking for.

Under the hood uses open ai's dalle 2 and the image to svg library svgurt

Development

Installation

Install node js from https://nodejs.org/en/download/

$ # 1. Clone this repo and navigate to the cloned folder.
$ git clone git@github.com:Anemy/svggen.git
$ cd svggen
$ # 2. Install the server dependencies:
$ npm install

Testing

npm test