@jswork/copy-selection-element
v1.0.1
Published
Copy html from selection element.
Readme
copy-selection-element
Copy html from selection element.
installation
npm install @jswork/copy-selection-elementusage
import copySelectionElement from "@jswork/copy-selection-element";
const el = document.querySelector(".content");
const successful = copySelectionElement(el);
if (successful) {
// do somthing...
}license
Code released under the MIT license.
