1.0.0-alpha.37 • Published 4 years ago

sqip-plugin-primitive-tt v1.0.0-alpha.37

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

sqip-plugin-primitive

TODO: description

Options
commandDescription
-n, --primitive-numberOfPrimitives numberThe number of primitive shapes to use to build the SQIP SVG
-m, --primitive-mode numberThe style of primitives to use: 0=combo, 1=triangle, 2=rect, 3=ellipse, 4=circle, 5=rotatedrect, 6=beziers, 7=rotatedellipse, 8=polygon
--primitive-rep numberadd N extra shapes each iteration with reduced search (mostly good for beziers)
--primitive-alpha numbercolor alpha (use 0 to let the algorithm choose alpha for each shape)
--primitive-background stringstarting background color (hex)
--primitive-cores numbernumber of parallel workers (default uses all cores)

Usage

import sqipPluginPrimitive from 'sqip-plugin-primitive';

// TODO: DEMONSTRATE API