Skip to main content
Module

x/imagescript/package.json

zero-dependency JavaScript image manipulation
Extremely Popular
Go to Latest
File
{ "name": "imagescript", "version": "1.1.1", "description": "zero-dependency javascript image manipulation", "main": "ImageScript.js", "scripts": { "test": "node ./tests/run.js", "coverage": "nyc --reporter=html npm test" }, "repository": { "type": "git", "url": "git+https://github.com/matmen/ImageScript.git" }, "keywords": [ "image", "image processing", "image manipulation" ], "author": "matmen <matmen@dreadful.tech>", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/matmen/ImageScript/issues" }, "homepage": "https://github.com/matmen/ImageScript#readme", "engines": { "node": ">=12.0.0" }}