README
electron-screencapturer
A Rust-based Addon for ElectronJS
Requirement
Currently, you have to make sure Rust Toolchain installed.
How to Run
$ yarn install
$ # build binding.node
$ yarn build
$ # case demonstration
$ yarn start
A Rust-based Addon for ElectronJS
<script type="module">
import electronScreencapturer from 'https://cdn.skypack.dev/electron-screencapturer';
</script>
A Rust-based Addon for ElectronJS
Currently, you have to make sure Rust Toolchain installed.
$ yarn install
$ # build binding.node
$ yarn build
$ # case demonstration
$ yarn start