electron-screencapturer

A Rust-based Addon for ElectronJS

Usage no npm install needed!

<script type="module">
  import electronScreencapturer from 'https://cdn.skypack.dev/electron-screencapturer';
</script>

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