1.0.1 • Published 6 months ago

@jswork/copy-selection-element v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

copy-selection-element

Copy html from selection element.

version license size download

installation

npm install @jswork/copy-selection-element

usage

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.