Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 251 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 251 Bytes

frida-screenshot

Grab screenshots using Frida.

Example

import screenshot from 'frida-screenshot';

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