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: about 1 year ago
JSON representation
Convert stroked SVG into the outlined version
- Host: GitHub
- URL: https://github.com/elrumordelaluz/outline-stroke-cli
- Owner: elrumordelaluz
- Created: 2018-03-11T21:28:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T17:16:34.000Z (over 2 years ago)
- Last Synced: 2025-05-07T20:42:25.044Z (about 1 year ago)
- Topics: cli, outline, outline-stroke, svg, svg-images, svg-path
- Language: JavaScript
- Homepage: https://elrumordelaluz.github.io/micro-outline-stroke/
- Size: 1.2 MB
- Stars: 35
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
## 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/)