From 24863d45dfd067f43784b96cf1488ea05239e817 Mon Sep 17 00:00:00 2001 From: skdhg <46562212+skdhg@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:33:34 +0545 Subject: [PATCH] 0.0.0 --- README.md | 2 +- package.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67c4e5c..fca1900 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vectrace -A Node.js library to convert raster images to vector graphics using [VTracer](https://github.com/visioncortex/vtracer). +A simple Node.js library to convert raster images into svg using [VTracer](https://github.com/visioncortex/vtracer). ## Installation diff --git a/package.json b/package.json index c308c73..8207322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "vectrace", "version": "0.0.0", + "description": "A simple Node.js library to convert raster images into svg", "main": "index.js", "types": "index.d.ts", "napi": { @@ -23,6 +24,11 @@ } }, "license": "MIT", + "author": "twlite ", + "repository": { + "type": "git", + "url": "https://github.com/neplextech/vectrace" + }, "devDependencies": { "@napi-rs/cli": "^2.17.0", "@napi-rs/image": "^1.7.0", @@ -46,4 +52,4 @@ "version": "napi version" }, "packageManager": "yarn@4.0.2" -} +} \ No newline at end of file