# @code-not-art/core

> HTML 5 Canvas Drawing Library

Latest version **2.0.0-beta.3** (published 2025-06-29) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install @code-not-art/core
pnpm add @code-not-art/core
yarn add @code-not-art/core
bun add @code-not-art/core
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0-beta.3 |
| Published | 2025-06-29 |
| First published | 2021-09-24 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | bundled |
| Module format | ESM |
| Dependencies | 7 |
| Unpacked size | 464 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Jon Eubank |
| Maintainers | joneubank |
| Keywords | canvas, generative, art, TypeScript, makecodenotart, codenotart, codeart |

## Links

- npm: https://www.npmjs.com/package/@code-not-art/core
- Repository: https://github.com/code-not-art/core
- Homepage: https://github.com/code-not-art/core#readme
- Issues: https://github.com/code-not-art/core/issues
- npm.io page: https://npm.io/package/@code-not-art/core

## Dependencies (7)

- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [bezier-js](https://npm.io/package/bezier-js.md) ^6.1.4
- [tinycolor2](https://npm.io/package/tinycolor2.md) ^1.4.2
- [seed-random](https://npm.io/package/seed-random.md) ^2.2.0
- [@texel/color](https://npm.io/package/@texel/color.md) ^1.1.9
- [fractal-noise](https://npm.io/package/fractal-noise.md) ^1.2.0
- [open-simplex-noise](https://npm.io/package/open-simplex-noise.md) ^2.5.0

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 2.0.0-beta.3 (latest) — 2025-06-29
- 2.0.0-beta.2 — 2025-05-19
- 2.0.0-beta.1 — 2024-12-17
- 1.0.0 — 2024-01-05
- 0.8.0 — 2023-08-31
- 0.7.0 — 2023-06-05
- 0.6.0 — 2023-05-31
- 0.5.1 — 2023-02-24
- 0.5.0 — 2023-02-20
- 0.4.2 — 2023-02-19
- 0.4.1 — 2023-02-19
- 0.4.0 — 2022-09-13
- 0.3.0 — 2022-02-21
- 0.2.2 — 2022-02-21
- 0.2.1 — 2022-02-21
- … 3 more at https://npm.io/package/@code-not-art/core/versions

## README

# Make Code Not Art
TypeScript first library for drawing on the HTML5 Canvas. This library provides a set of tools that are focused on creating procedural art in the browser, with a specific focus on pseudo-random generative algorithms.

To see this library in action, take a look at the [code-not-art/sketch](https://www.npmjs.com/package/@code-not-art/sketch) repository which provides a framework for interactive development of art alogrithms in the browser.

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