Package: picClip
Type: Package
Title: Paste Box Input for 'Shiny'
Version: 0.1.0
Author: Matt Deppe
Maintainer: Matt Deppe <deppemj@gmail.com>
Description: Provides a 'Shiny' input widget, pasteBoxInput, 
    that allows users to paste images directly into a 'Shiny' 
    application. The pasted images are captured as Base64 
    encoded strings and can be used within the application 
    for various purposes, such as display or further processing. 
    This package is particularly useful for applications that 
    require easy and quick image uploads without the need for 
    traditional file selection dialog boxes.
License: GPL-3
URL: https://github.com/deppemj/picClip
Encoding: UTF-8
Imports: shiny, base64enc, stringr, htmltools, testthat
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-11-28 17:27:17 UTC; deppe
Repository: CRAN
Date/Publication: 2023-11-28 18:10:05 UTC
Built: R 4.2.3; ; 2023-11-28 21:00:52 UTC; unix
