art-atomic

atomic data-types such as Color, Point, Rectangle and Matrix

Usage no npm install needed!

<script type="module">
  import artAtomic from 'https://cdn.skypack.dev/art-atomic';
</script>

README

Art-Atomic

When doing 2D graphics there are a few patterns you'll use all the time - points, rectangles, matrices, etc... To make 2D geometry and colors easy to work with, use ArtAtomic. It is the foundation for other ArtSuite libraries including ArtEngine, ArtText and ArtBitmap.

Atomic Types Included:

  • Point
  • Color
  • Matrix
  • Rectangle
  • Perimeter

Wiki

Learn more on the Wiki.

Install

npm install art-atomic