MCPcopy Create free account
hub / github.com/neplextech/vectorizer / vectorize_sync

Function vectorize_sync

src/vectorizer.rs:73–75  ·  view source on GitHub ↗
(source: Buffer, config: Option<Either<JsConfig, Preset>>)

Source from the content-addressed store, hash-verified

71/// Vectorize an encoded image buffer synchronously.
72#[napi(catch_unwind)]
73pub fn vectorize_sync(source: Buffer, config: Option<Either<JsConfig, Preset>>) -> Result<String> {
74 vectorize_inner(source.as_ref(), config, None)
75}
76
77/// Vectorize a raw RGBA pixel buffer synchronously.
78#[napi(catch_unwind)]

Callers

nothing calls this directly

Calls 1

vectorize_innerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…