Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 825 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 825 Bytes

hex-stickers

All RStudio hex logos as either PNG or SVG.

All stickers are under with CC0.

Buying stickers

Unfortunately we don't currently have an easy way to sell individual stickers.

Adding new stickers

When registering on hexb.in, remember to add a .json file in meta/ using this template:

{
  "name": "dplyr",
  "author": "rstudio",
  "license": "CC0",
  "raster": "https://github.com/rstudio/hex-stickers/blob/master/PNG/dplyr.png",
  "vector": "https://github.com/rstudio/hex-stickers/blob/master/SVG/dplyr.svg",
  "description": "dplyr: A Grammar of Data Manipulation.",
  "filename": "meta/dplyr.json"
}

Make sure name only has lowercase letters, numbers and hyphens