@snappify/integration
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Latest release minzipped size Build Status

The official library for integrating snappify into your webapp.
Interested? Just hit us up at info@snappify.com


Made by Dominik & Anki

Installation

With NPM

npm i @snappify/integration

With yarn

yarn add @snappify/integration

Usage

Be aware that we restrict the integration of snappify by platforms at the moment. Are you interested? Hit us up at info@snappify.com

import { openSnappify } from '@snappify/integration';

async function() {
  try {
    const blob = await openSnappify();

    // do something with the blob, e.g. create an object url to show it in an img tag:
    // URL.createObjectURL(blob);
  } catch (error) {
    // error handling
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @snappify/integration

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

47.5 kB

Total Files

17

Last publish

Collaborators

  • dsumer