ts-geometry-visualizer
v1.1.2
Published
Generates SVG elements for geometrical components that can be appended to DOM elements.
Downloads
4
Maintainers
Readme
Geometry Visualizer
This repository helps visualizing the shapes created from ts-geometry-2d
Features
To be defined.
Requirements
- Node and npm
- To build or develop you will benefit from having
npx
https://github.com/npm/npx. This allows invoking of the other global npm requirements in the repository (Typescript, Jest) without having to install them.
Usage
Not so far yet.
Contributing
Contributions, if they are in line with expanding functionality that can help with layout logic are welcome. Requirements for pull requests are:
- All code is tested
- Naming is consistent with project naming
- Commits are squashed and contain a clear commit message describing what functionality is added.