frida-screenshot
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

frida-screenshot

Grab screenshots using Frida.

Example

import screenshot from 'frida-screenshot';

const png = await screenshot();
send({
  name: '+screenshot',
  payload: {
    timestamp: Date.now()
  }
}, png);

Dependents (0)

Package Sidebar

Install

npm i frida-screenshot

Weekly Downloads

81

Version

5.0.0

License

MIT

Unpacked Size

5.07 kB

Total Files

7

Last publish

Collaborators

  • oleavr
  • mrmacete