knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of damage is to make generative art. You can install the development version from GitHub with:
remotes::install_github("djnavarro/damage")
The particular conceit of this system is that every release of the system generates pieces in a slightly different style (i.e., the output is different depending on which version of the package you have installed). This is version 0.3. To generate pieces:
library(damage) damage(seed = 1) damage(seed = 2) damage(seed = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.