knitr::opts_chunk$set(echo = TRUE)
##install.packages("hexSticker")
imgurl <- "./code.svg"
hexSticker::sticker(imgurl, 
                    package = "codehover",
                    p_fontface = "bold",
                    p_size = 84, 
                    s_x = 1, 
                    s_y = .75, 
                    s_width = .3,
                    s_height = .3,
                    # spotlight = TRUE,
                    # l_y = .7,
                    # l_x = 1.2,
                    h_color = "#FAFF33",
                    dpi = 1200,
                    url = "https://github.com/arthurwelle/codehover",
                    u_color = "black",
                    u_size = 9,
                    u_y = 0,
        filename="./HexSticker.png")


arthurwelle/codehover documentation built on Dec. 19, 2021, 4:43 a.m.