7.0.1 • Published 3 months ago

@supernotes/capacitor-screenshot v7.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 months ago

7.0.1

3 months ago

6.0.2

7 months ago

6.0.1

7 months ago