vectogr.am
API to convert image url to SVG path over http.
install
npm install vectogram
how do I use this?
run a vectogram server instance
var Vectogram = ; var options = port: 80 host: '127.0.0.1' ; var server = options //start up the server
now you can make http requests to this server.
Resource:
GET
http://127.0.0.1/url_to_image
parameter:
pathonly
(optional - defaults tofalse
)
values:
true
false
Example http client request:
var http = ; var options = host: '127.0.0.1' port: 80 path: '/v1/' + 'http://www.google.com/images/srpr/logo3w.png'; var request = http; request;