mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-09-25 21:41:21 -07:00
Prepare 1.0.0-alpha.2 release
- version 1.0.0-alpha.2 across the workspace, Python, and Node packages - CHANGELOG: date the unreleased section - README: bump install snippets and docs.rs link
This commit is contained in:
@@ -169,7 +169,7 @@ cargo install vtracer-cli
|
||||
You can install [`vtracer`](https://crates.io/crates/vtracer) as a Rust library.
|
||||
|
||||
```sh
|
||||
cargo add vtracer@1.0.0-alpha.1
|
||||
cargo add vtracer@1.0.0-alpha.2
|
||||
```
|
||||
|
||||
```rust
|
||||
@@ -199,7 +199,7 @@ let seg = pipeline.segment(&img)?; // the expensive part
|
||||
let doc = pipeline.finish(&seg)?; // VectorDoc, ready to serialize
|
||||
```
|
||||
|
||||
See [docs.rs/vtracer](https://docs.rs/vtracer/1.0.0-alpha.1/vtracer/) for the full API.
|
||||
See [docs.rs/vtracer](https://docs.rs/vtracer/1.0.0-alpha.2/vtracer/) for the full API.
|
||||
|
||||
### Python Library
|
||||
|
||||
@@ -238,7 +238,7 @@ See [`crates/vtracer-py`](crates/vtracer-py/README.md) for the full API.
|
||||
[`@visioncortex/vtracer`](https://www.npmjs.com/package/@visioncortex/vtracer) is available for Node as a WebAssembly build (from the [`nodejs`](nodejs/README.md) package) — image decoding and vectorization both run in wasm, so there is **no native dependency**. Decodes PNG, JPEG, GIF, BMP, and WebP; for other formats, decode yourself and pass raw RGBA to `convertPixels`.
|
||||
|
||||
```sh
|
||||
npm install @visioncortex/vtracer@1.0.0-alpha.1
|
||||
npm install @visioncortex/vtracer@1.0.0-alpha.2
|
||||
```
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user