Skip to content

radovankavicky/rstudio-hex-stickers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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