Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

art-atomic

art-suite58ISC1.28.4

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

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