ts-geometry-visualizer

Generates SVG elements for geometrical components that can be appended to DOM elements.

Usage no npm install needed!

<script type="module">
  import tsGeometryVisualizer from 'https://cdn.skypack.dev/ts-geometry-visualizer';
</script>

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.

License

MIT