# art-atomic

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

Latest version **1.28.4** (published 2021-08-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install art-atomic
pnpm add art-atomic
yarn add art-atomic
bun add art-atomic
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.28.4 |
| Published | 2021-08-25 |
| First published | 2017-04-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 391.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Shane Brinkman-Davis Delamore, Imikimi LLC |
| Maintainers | shanebdavis |

## Links

- npm: https://www.npmjs.com/package/art-atomic
- Repository: https://github.com/art-suite/art-suite-applications
- Issues: https://github.com/art-suite/art-suite-applications/issues
- npm.io page: https://npm.io/package/art-atomic

## Dependencies (2)

- [art-class-system](https://npm.io/package/art-class-system.md) ^1.11.13
- [art-standard-lib](https://npm.io/package/art-standard-lib.md) ^1.70.6

## Recent versions

- 1.28.4 (latest) — 2021-08-25
- 1.28.3 — 2021-08-25
- 1.28.2 — 2020-12-13
- 1.28.0 — 2020-12-06
- 1.27.10 — 2020-12-01
- 1.27.9 — 2020-12-01
- 1.27.8 — 2020-07-21
- 1.27.7 — 2020-07-21
- 1.27.6 — 2019-08-17
- 1.27.5 — 2019-08-17
- 1.27.4 — 2019-08-05
- 1.15.0 — 2018-01-04
- 1.11.1 — 2017-09-29
- 1.11.0 — 2017-09-29
- 1.10.0 — 2017-09-06
- … 3 more at https://npm.io/package/art-atomic/versions

## 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](https://github.com/art-suite/art-atomic/wiki).

# Install

```shell
npm install art-atomic
```

---
_Source: https://npm.io/package/art-atomic · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
