New:Socket for Asana Is Now Available.Learn more
Get Started

pixvec

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixvec - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
1.31.1
to
1.31.2
+1
-1
dist/cjs/api.d.ts

@@ -10,3 +10,3 @@ import { type DecodeOptions } from './io/decode.js';

import { type TraceOptions } from './vectorize/trace.js';
export declare const VERSION = "1.31.1";
export declare const VERSION = "1.31.2";
export type VectorizeModeOption = VectorizeMode | 'auto' | 'lossless';

@@ -13,0 +13,0 @@ export type Preset = 'auto' | 'logo' | 'lineart' | 'poster' | 'photo' | 'detailed' | 'pixelart' | 'exact';

@@ -21,3 +21,3 @@ "use strict";

const trace_js_1 = require("./vectorize/trace.js");
exports.VERSION = '1.31.1';
exports.VERSION = '1.31.2';
const GENERATOR = `Generated by pixvec v${exports.VERSION}`;

@@ -24,0 +24,0 @@ /**

@@ -62,3 +62,3 @@ /**

/** Version of the package this build came from. */
export declare const VERSION = "1.31.1";
export declare const VERSION = "1.31.2";
//# sourceMappingURL=core.d.ts.map

@@ -194,3 +194,3 @@ "use strict";

/** Version of the package this build came from. */
exports.VERSION = '1.31.1';
exports.VERSION = '1.31.2';
//# sourceMappingURL=core.js.map

@@ -10,3 +10,3 @@ import { type DecodeOptions } from './io/decode.js';

import { type TraceOptions } from './vectorize/trace.js';
export declare const VERSION = "1.31.1";
export declare const VERSION = "1.31.2";
export type VectorizeModeOption = VectorizeMode | 'auto' | 'lossless';

@@ -13,0 +13,0 @@ export type Preset = 'auto' | 'logo' | 'lineart' | 'poster' | 'photo' | 'detailed' | 'pixelart' | 'exact';

@@ -11,3 +11,3 @@ import { basename } from 'node:path';

import { trace, TRACE_DEFAULTS } from './vectorize/trace.js';
export const VERSION = '1.31.1';
export const VERSION = '1.31.2';
const GENERATOR = `Generated by pixvec v${VERSION}`;

@@ -14,0 +14,0 @@ /**

@@ -62,3 +62,3 @@ /**

/** Version of the package this build came from. */
export declare const VERSION = "1.31.1";
export declare const VERSION = "1.31.2";
//# sourceMappingURL=core.d.ts.map

@@ -91,3 +91,3 @@ /**

/** Version of the package this build came from. */
export const VERSION = '1.31.1';
export const VERSION = '1.31.2';
//# sourceMappingURL=core.js.map
{
"name": "pixvec",
"version": "1.31.1",
"description": "Measurable raster <-> SVG conversion. Pixel-exact lossless vectorization, quality-targeted Bezier tracing, and exact SVG rasterization - with built-in PSNR/SSIM/CIEDE2000 verification. Reads PNG, JPEG, WebP, AVIF, TIFF, GIF, BMP, ICO, PNM and TGA.",
"version": "1.31.2",
"description": "The measurable image + document toolkit for JavaScript. Raster <-> SVG (pixel-exact lossless or quality-targeted Bezier tracing, verified with PSNR/SSIM/CIEDE2000), plus PDF & Office (docx/xlsx/pptx) rendering and conversion, images-to-PDF, DXF/EPS/PDF/G-code export, content-aware crop, and image editing. Reads PNG, JPEG, WebP, AVIF, TIFF, GIF, BMP, ICO, PNM, TGA.",
"keywords": [

@@ -36,3 +36,14 @@ "svg",

"webp",
"image-editing"
"image-editing",
"pdf",
"pdf-to-image",
"image-to-pdf",
"docx",
"office",
"document-conversion",
"centerline",
"dxf",
"gcode",
"blurhash",
"smart-crop"
],

@@ -39,0 +50,0 @@ "license": "MIT",

# Pixvec
**Measurable raster ⇄ SVG conversion.** Eleven formats, every one convertible to every other, with the accuracy of every conversion actually measured rather than asserted.
**Measurable raster ⇄ SVG conversion — and a broad image + document toolkit.** Eleven raster formats, every one convertible to every other, with the accuracy of every conversion actually measured rather than asserted; plus **PDF & Office** (docx/xlsx/pptx) rendering and conversion, **images → PDF**, **DXF/EPS/G-code** export for makers, and content-aware crop — most of it in a **zero-dependency** core that runs in the browser too.

@@ -5,0 +5,0 @@ [![npm version](https://img.shields.io/npm/v/pixvec.svg)](https://www.npmjs.com/package/pixvec)