How to capture webpage node screenshot with translucency?
For example, capture the text rendering from a specific div with transparent background.
"Node screenshot" feature of Chrome/Firefox devtools has two problems:
- (Minor) They capture the region of the node, but including contents of other nodes.
- (Major) I don't know how, or if it is possible to erase background and capture as a transparent background.