Skip to content

fromtheexchange/image2svg-imagetracerjs

Repository files navigation

image2svg-imagetracerjs

Server to convert images to svg using the imagetracerjs algorithm.

Related repositories

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To install and run this project, you will need:

Installing

These step by step instructions will help you get a development environment up and running:

git clone https://github.com/fromtheexchange/image2svg-imagetracerjs
cd image2svg-imagetracerjs
npm install
npm start:dev

Your image endpoints are:

Send your images to convert as FormData.

Deployment

Vercel

Be sure you have created a Vercel account and are signed in.

npm run build
vercel --prod

Override the default setting for the Output Directory. Use dist.

ClaudiaJS

Be sure you have:

  • installed Docker
  • installed ClaudiaJS globally
  • configured your AWS keys
npm run create

Built with

Versioning

We use SemVer for versioning.

License

This project is licensed under the MIT License.

NestJS

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

Server to convert images to svg using the imagetracerjs algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published