@danitech/scraper
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@danitech/scraper", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "This module provides a collection of functions for various scraping tasks. You can use these functions to download content from different sources, search for specific information, stalk user profiles, utilize artificial intelligence models, fetch random images, convert text to images or GIFs, and perform various image manipulation tasks. Below is an overview of the available functions.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ # Scraper Module | ||
```bash | ||
npm install @danitechno/scraper | ||
npm install @danitech/scraper | ||
``` | ||
@@ -17,3 +17,3 @@ | ||
```bash | ||
yarn add @danitechno/scraper | ||
yarn add @danitech/scraper | ||
``` | ||
@@ -26,3 +26,3 @@ | ||
// Import the entire module | ||
const scraper = require('@danitechno/scraper'); | ||
const scraper = require('@danitech/scraper'); | ||
@@ -44,3 +44,3 @@ // Example: Download a YouTube video | ||
// Import the entire module | ||
import * as scraper from '@danitechno/scraper'; | ||
import * as scraper from '@danitech/scraper'; | ||
@@ -47,0 +47,0 @@ // Example: Download a YouTube video |
1269967