Package: drawer Title: An Interactive HTML Image Editing Tool Version: 0.2.0.99 Date: 2022-11-02 Authors@R: c(person(given = "Le", family = "Zhang", role = c("aut", "cre"), email = "lezhang100@gmail.com")) Description: An interactive image editing tool that can be added as part of the HTML in Shiny, R markdown or any type of HTML document. Often times, plots, photos are embedded in the web application/file. 'drawer' can take screenshots of these image-like elements, or any part of the HTML document and send to an image editing space called 'canvas' to allow users immediately edit the screenshot(s) within the same document. Users can quickly combine, compare different screenshots, upload their own images and maybe make a scientific figure. Depends: R (>= 4.0.0) Imports: htmltools, magrittr, glue, bsplus, utils, shiny, stringr Suggests: testthat, ggplot2 License: GPL (>= 3) Encoding: UTF-8 BugReports: https://github.com/lz100/drawer/issues URL: https://systempipe.org/sps/dev/drawer, https://github.com/lz100/drawer RoxygenNote: 7.2.1 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://lz100.r-universe.dev Date/Publication: 2023-07-05 21:43:17 UTC RemoteUrl: https://github.com/lz100/drawer RemoteRef: HEAD RemoteSha: 1a8cd866532aa1d1f391ed766f5cd83293521792 NeedsCompilation: no Packaged: 2026-06-08 06:50:37 UTC; root Author: Le Zhang [aut, cre] Maintainer: Le Zhang