elrumordelaluz / outline-stroke-cli

Convert stroked SVG into the outlined version

Home Page:https://elrumordelaluz.github.io/micro-outline-stroke/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outline Stroke

CLI version of outline-stroke

Install

npm i -g outline-stroke-cli

Usage

outline-stroke logo.svg -o logo-outlined

API

outline-stroke input [flags]

input

Path to file or folder with .svg files

flags

output
--output, -o Specify output file/folder

If input is single file output will be the string with .svg extension added, otherwise will be a folder.

If no specified, the output will be logged into console.

Demo

Outline Stroke Demo

Related

svg-outline-stroke Main Package

micro-outline-stroke Microservice with a public endpoint

About

Convert stroked SVG into the outlined version

https://elrumordelaluz.github.io/micro-outline-stroke/


Languages

Language:JavaScript 100.0%