Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elrumordelaluz/outline-stroke-cli

Convert stroked SVG into the outlined version
https://github.com/elrumordelaluz/outline-stroke-cli

cli outline outline-stroke svg svg-images svg-path

Last synced: 4 days ago
JSON representation

Convert stroked SVG into the outlined version

Awesome Lists containing this project

README

        


Outline Stroke


CLI version of
outline-stroke

## Install

```zsh
npm i -g outline-stroke-cli
```

## Usage

```zsh
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](https://github.com/elrumordelaluz/outline-stroke) Main Package

[micro-outline-stroke](https://github.com/elrumordelaluz/micro-outline-stroke)
Microservice with a public [endpoint](https://outline-stroke.vercel.app/)