image2svg-potrace
Server to convert images to svg using the potrace algorithm.
Related repositories
- image2svg-awesome
- image2svg-client
- image2svg-imagetracerjs
- image2svg-potrace
- image2svg-primitive
- image2svg-kvec
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-potrace
cd image2svg-potrace
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
- Readme Template - The Readme template
- NestJS - The server framework
- Vercel - Serverless hosting
- ClaudiaJS - Serverless hosting
- sharp - Image conversion
- node-potrace - Image tracing
Versioning
We use SemVer for versioning.
License
This project licensed as GPL-2.0, as required by the original potrace project.
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
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.