Skip to content

Commit

Permalink
0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Dec 15, 2023
1 parent 7d78d63 commit 24863d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -23,6 +24,11 @@
}
},
"license": "MIT",
"author": "twlite <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
},
"devDependencies": {
"@napi-rs/cli": "^2.17.0",
"@napi-rs/image": "^1.7.0",
Expand All @@ -46,4 +52,4 @@
"version": "napi version"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 24863d4

Please sign in to comment.