1.0.1-alpha • Published 2 years ago

@iamhaymc/svgpptr v1.0.1-alpha

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

svgpptr

A tool for creating, modifying, and rendering SVG images.

It is powerful and heavy as hell because it is based on Puppeteer.

Installation

npm i -g @iamhaymc/svgpptr

Usage

svgpptr --input images/**/*.svg --render

Options

NameSummary
--inputA glob to the input files
--kernelA path to an input transformation script
--prettyA toggle for input formatting
--terseA toggle for input minification
--writeA toggle for input replacement
--renderA toggle for input rendering
--widthA render width to use if otherwise unknown
--heightA render height to use if otherwise unknown
--outputA path to the output folder
--debugA toggle for verbose diagnostics