@one-lang/get-selected-text
v1.1.3
Published
Get selected text from any application
Downloads
10
Maintainers
Readme
@one-lang/get-selected-text
Get selected text from any application.
The library is written in Rust using napi-rs.
Installation
Using yarn:
yarn add @one-lang/get-selected-text
Usage
import { getText } from '@one-lang/get-selected-text';
const text = await getText();
console.log(text);
Support Platform
- [x] Windows (Automation API)
Author
Nikolay Slivinskiy