# art-engine

> The ArtEngine is a layout, rendering and event engine for creating user interfaces in HTML5 Canvas elements.

Latest version **4.5.0** (published 2021-09-25) · ISC license · 0 weekly downloads

## Install

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

## 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 | 4.5.0 |
| Published | 2021-09-25 |
| First published | 2019-07-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 458.8 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-engine
- 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-engine

## Dependencies (10)

- [art-xbd](https://npm.io/package/art-xbd.md) ^1.1.6
- [art-text](https://npm.io/package/art-text.md) ^1.2.13
- [art-atomic](https://npm.io/package/art-atomic.md) ^1.28.4
- [art-events](https://npm.io/package/art-events.md) ^1.3.10
- [art-frame-stats](https://npm.io/package/art-frame-stats.md) ^1.2.6
- [@art-suite/art-canvas](https://npm.io/package/@art-suite/art-canvas.md) ^1.28.7
- [art-build-configurator](https://npm.io/package/art-build-configurator.md) ^1.29.3
- [@art-suite/art-foundation](https://npm.io/package/@art-suite/art-foundation.md) ^2.0.0
- [keyboardevent-key-polyfill](https://npm.io/package/keyboardevent-key-polyfill.md) ^1.0.2
- [javascript-detect-element-resize](https://npm.io/package/javascript-detect-element-resize.md) ^0.5.3

## Recent versions

- 4.5.0 (latest) — 2021-09-25
- 4.4.11 — 2021-08-25
- 4.4.10 — 2021-08-25
- 4.4.9 — 2020-12-13
- 4.4.7 — 2020-11-28
- 4.4.6 — 2020-11-13
- 4.4.5 — 2020-11-13
- 4.4.4 — 2019-09-26
- 4.4.2 — 2019-08-05
- 4.4.1 — 2019-08-05
- 4.3.0 — 2019-07-08
- 4.2.0 — 2019-07-08

## README

# Art.Engine

The ArtEngine is a layout, rendering and event engine for creating user interfaces in HTML5 Canvas elements.

Visit the Wiki for more: https://github.com/imikimi/art-engine/wiki

### Env/Query Options


```
?showPartialDrawAreas
# show partial redraw areas as borders

?showPartialDrawAreas=log
# show partial redraw areas as borders AND log their area

?showPartialDrawAreas=full
# show partial redraw areas as filled in rectangle

?perfGraphs
# show ArtFrameStats performance graphs

?drawCacheDebug
# show when the drawCache is used

```

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