From 91f58d4c8b3e80f8659b08c0388bc018a5ca62cb Mon Sep 17 00:00:00 2001 From: Nicolas Daures Date: Thu, 8 Feb 2024 15:02:45 +0100 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75ed6310..761e0c25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "html-to-image-mod", + "name": "html-to-image-intuiface", "version": "1.11.11-2", - "description": "Generates an image from a DOM node using HTML5 canvas and SVG. This is a fork which fixes #345 from original Repo (bubkoo/html-to-image) ", + "description": "Generates an image from a DOM node using HTML5 canvas and SVG. This is a fork from antoher fork Repo (2knu/html-to-image) from the original Repo (bubkoo/html-to-image)", "main": "lib/index.js", "module": "es/index.js", "unpkg": "dist/html-to-image.js",