1.1.6 • Published 10 months ago

snapany v1.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

SnapAny

A JavaScript library for parsing shared links from popular content-sharing platforms into direct image and video URLs, based on the service provided by SnapAny.

Installation

You can install snapany via npm:

npm install snapany

Usage

Import the parse function into your JavaScript or TypeScript file:

You can import the library using import:

import { parse } from 'snapany';

Or using require:

const { parse } = require('snapany');

Now, you can receive the parsed data as a Promise by calling the parse function with the URL:

const result = await parse(url);
console.log(result);
1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.1.2

10 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago