frl-ts-svg-path-builder
v2.0.1
Published
A simple fluent API for dynamically creating svg paths
Downloads
2
Maintainers
Readme
FRL TypeScript SVG Path Builder
This project contains a simple fluent API for dynamically creating SVG paths.
A. Installation
If you are using npm
, then simply run the npm install frl-ts-svg-path-builder
CLI command to get the latest version.
If you are using yarn
, then go with the yarn add frl-ts-svg-path-builder
command.