Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Dec 15, 2023
1 parent 0046bb4 commit ac3f9f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ Generated under the following configuration:
}
```

| Raster Image | Vector Image |
| ----------------------------------- | ----------------------------------- |
| ![Raster Image](example/raster.png) | ![Vector Image](example/vector.svg) |
| Raster Image | Vector Image |
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| ![Raster Image](https://raw.githubusercontent.com/neplextech/vectorizer/main/example/anime-girl.png) | ![Vector Image](https://raw.githubusercontent.com/neplextech/vectorizer/main/example/result.svg) |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neplex/vectorizer",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple Node.js library to convert raster images into svg",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit ac3f9f0

Please sign in to comment.