An open API service indexing awesome lists of open source software.

https://github.com/jhk0530/polaroid

Shiny application to generate hexsticker
https://github.com/jhk0530/polaroid

hexsticker r shiny shinyapps

Last synced: 5 days ago
JSON representation

Shiny application to generate hexsticker

Awesome Lists containing this project

README

        

![Screenshot 2025-03-30 at 12 29 47 AM](https://github.com/user-attachments/assets/8eac5edd-2993-4fa6-ac93-400344237e1e)

# :yellow_heart: polaroid

Shiny application to generate hexsticker

[![CRAN status badge](https://www.r-pkg.org/badges/version/polaroid)](https://CRAN.R-project.org/package=polaroid)
[![CRAN downloads badge](https://cranlogs.r-pkg.org/badges/polaroid)](https://cran.r-project.org/package=polaroid)
[![polaroid status badge](https://jhk0530.r-universe.dev/badges/polaroid)](https://jhk0530.r-universe.dev/polaroid)
![r-hub badge](https://github.com/jhk0530/polaroid/actions/workflows/rhub.yaml/badge.svg)

## :wrench: Install & Run

```r
# CRAN version
install.packages('polaroid')

# r-universe version
install.packages(
"polaroid",
repos = c("https://jhk0530.r-universe.dev", "https://cloud.r-project.org")
)

library(polaroid)
polaroid()
```
------

## :rocket: Description and Running Example

![Screenshot 2025-03-30 at 12 23 58 AM](https://github.com/user-attachments/assets/3fb55037-9b70-4f86-84ed-416f1ef5b93d)

### Features

- Hexagons with `Vertical` and `Horizontal`

![Screenshot 2025-03-30 at 12 13 20 AM](https://github.com/user-attachments/assets/7ebfa13c-7ba8-4cea-8cc7-d0bb1a7f0e7a)

- Backgrounds with Transparency

![Screenshot 2025-03-30 at 12 09 38 AM](https://github.com/user-attachments/assets/af13aab6-c382-46b4-8cd9-6e8a97fcb69d)

------

## :blush: Authors
* :octocat: jhk0530 [@jhk0530](https://github.com/jhk0530)

## :cloud: ShinyApps
https://jhkim.shinyapps.io/polaroid/

## :memo: License
Copyright :copyright: 2020 Jinhwan Kim
This project is [MIT](https://opensource.org/license/mit/) licensed

*This README was generated with :two_hearts: by [shinyReadme](https://github.com/jhk0530/shinyReadme)*