Skip to content

Commit ac3f9f0

Browse files
committed
0.0.2
1 parent 0046bb4 commit ac3f9f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ Generated under the following configuration:
6666
}
6767
```
6868

69-
| Raster Image | Vector Image |
70-
| ----------------------------------- | ----------------------------------- |
71-
| ![Raster Image](example/raster.png) | ![Vector Image](example/vector.svg) |
69+
| Raster Image | Vector Image |
70+
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
71+
| ![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) |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neplex/vectorizer",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A simple Node.js library to convert raster images into svg",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)