qfes / rdeck

Deck.gl widget for R
https://qfes.github.io/rdeck
MIT License
97 stars 0 forks source link

Snapshot #77

Closed anthonynorth closed 2 years ago

anthonynorth commented 2 years ago

Adds snapshot() widget method for exporting a map (and optionally the legend) to png file.

Usage

const map = rdeck.getWidgetById("the-map-id");
map.snapshot({ filename: "my-snapshot.png", legend: true });