7.0.0 • Published 6 months ago

capacitor-screenshot v7.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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}`
});
7.0.0

6 months ago

6.0.1

1 year ago

6.0.0

1 year ago

5.0.0

2 years ago

4.1.0

3 years ago

4.0.0

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago