# react-art-fiber

> React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).

Latest version **0.16.2** (published 2018-01-04) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install react-art-fiber
pnpm add react-art-fiber
yarn add react-art-fiber
bun add react-art-fiber
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.16.2 |
| Published | 2018-01-04 |
| First published | 2017-11-20 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1982 |
| Maintainers | surya.kanoria |
| Keywords | react, art, svg, vml, canvas, jsx |

## Links

- npm: https://www.npmjs.com/package/react-art-fiber
- Repository: https://github.com/reactjs/react-art
- Homepage: https://github.com/reactjs/react-art#readme
- Issues: https://github.com/surya-kanoria/react-art/issues
- npm.io page: https://npm.io/package/react-art-fiber

## Dependencies (4)

- [fbjs](https://npm.io/package/fbjs.md) ^0.8.1
- [object-assign](https://npm.io/package/object-assign.md) ^4.0.1
- [art-react-fork](https://npm.io/package/art-react-fork.md) 0.1.3
- [react-reconciler](https://npm.io/package/react-reconciler.md) ^0.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

- 0.16.2 (latest) — 2018-01-04
- 0.16.1 — 2018-01-04
- 0.16.0 — 2017-11-20

## README

# React ART

React ART is a JavaScript library for drawing vector graphics using [React](http://facebook.github.io/react/).

It provides declarative and reactive bindings to the [ART library](https://github.com/sebmarkbage/art/).

Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).

The `examples` directory contains a simple example of using React ART; you can also test out the [art branch of the react-page project](https://github.com/facebook/react-page/tree/art).

## Contribute

To read more about the community and guidelines for submitting pull requests, please read the [Contributing document](CONTRIBUTING.md).

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