The inkscape utility as a readable/writable stream
CLI tool to batch convert SVG files to PDF using Inkscape
Interact with inkscape from NodeJS. *Requires inkscape to be installed.
Rasterizer for Swirly marble diagrams, using Inkscape.
Reads the content of any inkscape SVG
Chin plugin using Inkscape (and PDFtk).
Inkscape plugin for Grunt
Simple command line utilty for exporting multiple .png images, multiple resolutions from inkscape .svg files
SVG Inkscape multi-rasterizer.
Efficiently convert SVG files to PDF and/or PNG via Inkscape
Rasterize SVG graphics at various sizes using Inkscape
Interact with inkscape from NodeJS. *Requires inkscape to be installed.
This will allow you to output React components for current workspace in inkscape
Converts SVG strokes to paths using Inkscape
No description provided.
SVG bulk text-to-outlines converter via Inkscape
Library for parsing and measure elements of Inkscape generated svg files
Automate Inkscape to create PDF files you can use to make a book-like thing
Interactive SVG renderer for React Native — with full CSS support. Parses <style> blocks (selectors, !important, @media, var(), inheritance) so Mermaid / Inkscape / Figma SVGs render natively. Tap-to-highlight, stream stroke-by-stroke, and theme — all per
Transform any SVG into an interactive form with embedded input/output fields. Works with draw.io, Figma, Inkscape, and custom SVGs.
Optimize your SVGs with the awesome svgo.
Convert all your pdf files to svg using inkscape! You need to add the folder where the inkscape executable (not the shortcut) is located to your PATH or environment variables, but more than anything else you need to add the bin folder.
Converts Kuler ASE files to GIMP / Inkscape GPL color palette files.
Exposes lib2geom boolean path algorithms used in the Inkscape project to a node.js project
A tool to manage figures in Inkscape, and create technical figures fast with shortcuts.
A companion binary for inktex.nvim that monitors a directory for SVG file changes and autogenerates PDF and LaTeX overlays using Inkscape.
A companion binary for inkfig.nvim that monitors a directory for SVG file changes and autogenerates PDF and LaTeX overlays using Inkscape.
provides thumbnails according to the freedesktop.org specification
Converter from Krita files to SVG
A command-line utility for encoding and decoding QR code
Extract SVGZ from HAR archive and make a PDF
A simple library for rendering SVGs in Bevy using the amazing Resvg library.
The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry
Vector image toolchain.
The OXVG actions library is used for transforming SVG documents.
Trait representation for concrete ASTs
Script to merge SVG files with CSV data-files using Inkscape, to produce one outputfile (e.g. PDF) per data-row.
Handles escaping and preventing malicious commands while shelling out to inkscape.
convert inkscape (SVG) files to pdf documents
Generate sets of card game cards using Inkscape templates and Ruby
Makefile inspired export from SVG files using Inkscape as backend with some added smartness
SVG to EPS converter. Requires inkscape! lib and command line tool are included.
Ukiryu is a platform-adaptive command execution framework that transforms CLI tools into declarative APIs. It provides the "OpenAPI" for command-line interfaces, enabling cross-platform tool integration with type safety and structured results. Key features: * Declarative YAML profiles define tool behavior, eliminating hardcoded command strings * Platform-adaptive execution across macOS, Linux, and Windows * Shell-aware command formatting for bash, zsh, fish, PowerShell, and cmd * Type-safe parameter validation with automatic coercion * Version routing support with semantic version matching (via Versionian) * Interface contracts allow multiple tools to implement the same abstract API * Structured Result objects with success/failure information instead of parsing stdout * Comprehensive error handling under Ukiryu::Errors namespace The Ukiryu ecosystem consists of: * ukiryu gem - The runtime framework * ukiryu/register - Collection of YAML tool profiles * ukiryu/schemas - JSON Schema for validation Use Ukiryu to integrate command-line tools like ImageMagick, FFmpeg, Inkscape, Ghostscript, and more into your Ruby applications with consistent, predictable interfaces.