pub fn set_image_store(cx: &mut App, store: ImageStore)Expand description
editor::set_image_store(cx, my_store) — call once at boot. Without it a
screenshot cannot be pasted at all: there is nowhere to put the bytes, and
a document holds a URL.
pub fn set_image_store(cx: &mut App, store: ImageStore)editor::set_image_store(cx, my_store) — call once at boot. Without it a
screenshot cannot be pasted at all: there is nowhere to put the bytes, and
a document holds a URL.