Sign In

vecline

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vecline - npm Package Compare versions

Comparing version
1.44.0
to
1.44.1
+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.44.0";
export declare const VERSION = "1.44.1";
export type VectorizeModeOption = VectorizeMode | 'auto' | 'lossless';

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

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

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

@@ -25,0 +25,0 @@ /**

@@ -64,3 +64,3 @@ /**

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

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

/** Version of the package this build came from. */
exports.VERSION = '1.44.0';
exports.VERSION = '1.44.1';
//# 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.44.0";
export declare const VERSION = "1.44.1";
export type VectorizeModeOption = VectorizeMode | 'auto' | 'lossless';

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

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

import { trace, TRACE_DEFAULTS } from './vectorize/trace.js';
export const VERSION = '1.44.0';
export const VERSION = '1.44.1';
const GENERATOR = `Generated by vecline v${VERSION}`;

@@ -15,0 +15,0 @@ /**

@@ -64,3 +64,3 @@ /**

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

@@ -96,3 +96,3 @@ /**

/** Version of the package this build came from. */
export const VERSION = '1.44.0';
export const VERSION = '1.44.1';
//# sourceMappingURL=core.js.map
{
"name": "vecline",
"version": "1.44.0",
"version": "1.44.1",
"mcpName": "io.github.shunyagatha/vecline",

@@ -5,0 +5,0 @@ "description": "The measurable image + document toolkit for JavaScript. On flat art -- logos, icons, UI, screenshots, pixel art -- the SVG is bit-exact: SSIM 1.0000, zero differing pixels, verified by rendering it back. On photographs it leads potrace, imagetracerjs and vtracer on SSIM, and says how close it landed instead of claiming perfection. Converts any of 11 raster formats to any other, writes cut-ready DXF that declares its own physical size, plus EPS, PDF and G-code for lasers, plotters and CNC. Renders PDF and Office (docx/xlsx/pptx), images-to-PDF, centerline tracing, gradients, content-aware crop and image editing. Zero-dependency portable core, an MCP server for AI agents, and a local bridge (vecline serve) so a browser can drive your LibreOffice without uploading anything.",

Sorry, the diff of this file is too big to display