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

https://github.com/feddelegrand7/rintimg

View an image in full screen by clicking on it
https://github.com/feddelegrand7/rintimg

javascript r rmarkdown rstats shiny

Last synced: 16 days ago
JSON representation

View an image in full screen by clicking on it

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# rintimg

`rintimg` is an R wrapper of the [intense-images](https://github.com/tholman/intense-images) JavaScript library. Using `rintimg` you can view an image in full screen by clicking on it. The package works on Rmd documents and Shiny applications. It's extremely simple to implement: you only need to run one function : `img_intensify()`.

You can install the development version of `rintimg`from [GitHub](https://github.com/) with:

```{r, eval=FALSE}

# install.packages("devtools")
devtools::install_github("feddelegrand7/rintimg")

```

# Demo

You can find a demo [here](https://ihaddadenfodil.com/post/introducing-the-rintimg-package-click-on-an-image-and-see-it-on-full-screen/).

## Code of Conduct

Please note that the `rintimg` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.