pathlogical
v0.2.0
Published
Generate SVG path strings
Downloads
0
Readme
pathlogical
Generate points and paths for drawing shapes
Installing
If you use NPM, npm install pathlogical
. Otherwise, download the latest release. The released bundle supports AMD, CommonJS, and vanilla environments. Create a custom build using Rollup or your preferred bundler.
In a vanilla environment, a pathlogical
global is exported. Try pathlogical in your browser.
API Reference
# pathlogical.regularPolygonPoints([n], [close])
Write proper docs