Auteur is a front-end JavaScript toolkit designed to help with adding augmentations to web-based D3 visualizations and visualization systems to convey statistical and custom data relationships.
To get started using Auteur, check out the installation guides and tutorials below.
Installation
You can install Auteur using your preferred package manager:
NPM
npm install auteur
Yarn
yarn install auteur
Import
Once auteur has been successfully installed, it can now be added using the following:
import * as autr from "auteur"
Alternatively, you can specify named components:
import { Draft, Threshold } from "auteur"
For all available components, read our documentation here. To see them in use, check out our gallery.