metawesome/imgfromurl

Create a image file from URL with WKHTMLTOIMG

1.0.0 2019-11-01 18:03 UTC

This package is auto-updated.

Last update: 2024-09-29 05:29:38 UTC


README

Requirements

  • WKHTMLTOIMAGE

Usage

use Metawesome\ImgFromUrl\Img;

$img = new Img();
$img->fromUrl('https://www.google.com');
$img->saveAs(storage_path('google.jpg'));