6.0.1 • Published 19 days ago

capacitor-screenshot v6.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
19 days ago

Maintainers

MaintainerGitHubSocial
Luan Freitas (ludufre)ludufre@ludufre

Installation

npm install capacitor-screenshot
ionic cap sync
yarn install capacitor-screenshot
ionic cap sync
pnpm add capacitor-screenshot
ionic cap sync

Configuration

Not needed.

Usage

import { Screenshot } from 'capacitor-screenshot';

...

Screenshot.take().then((ret: { base64: string }) => {
    console.log(ret.base64); // or `data:image/png;base64,${ret.base64}`
});
6.0.1

19 days ago

6.0.0

26 days ago

5.0.0

1 year ago

4.1.0

1 year ago

4.0.0

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago