haydenbleasel / corellium-typescript

A simple and beautiful TypeScript SDK for Corellium
https://www.npmjs.com/package/corellium-typescript
MIT License
1 stars 0 forks source link

README for .takeScreenshot has a typo #23

Closed kelvissu closed 1 month ago

kelvissu commented 1 month ago
// Take a screenshot of a device
const screenshot = await corellium.device('deviceId').takeScreenshot({
  format: 'png',
});

should be const screenshot = await corellium.device('deviceId').takeScreenshot('png');