Skip to content

Commit

Permalink
Added package.json to add GrabzIt's JavaScript API to NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabzIt committed Jan 29, 2019
1 parent 8fcc0fb commit 0966676
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions javascript/package.json
@@ -0,0 +1,28 @@
{
"name": "@grabzit/js",
"description": "Automatically convert HTML or URL's into images, DOCX or PDF documents using JavaScript. Additionally convert online videos into animated GIF's or convert HTML tables to CSV.",
"version": "3.2.9-9",
"main": "./grabzit.min.js",
"keywords": [
"screenshots",
"html to pdf",
"html to image",
"html to docx",
"screengrab",
"api",
"pdf",
"image",
"animated gif",
"web page",
"video",
"screen",
"grab",
"table",
"capture",
"html",
"docx",
"merge"
],
"license": "MIT",
"homepage": "https://grabz.it/api/javascript/"
}

0 comments on commit 0966676

Please sign in to comment.