UNPKG

@jimp/plugin-dither

Version:

<div align="center"> <img width="200" height="200" src="https://s3.amazonaws.com/pix.iemoji.com/images/emoji/apple/ios-11/256/crayon.png"> <h1>@jimp/plugin-dither</h1> <p>Apply a dither effect to an image.</p> </div>

59 lines (58 loc) 1.34 kB
{ "name": "@jimp/plugin-dither", "version": "1.6.1", "repository": "jimp-dev/jimp", "engines": { "node": ">=18" }, "scripts": { "lint": "eslint .", "build": "tshy", "dev": "tshy --watch", "clean": "rm -rf node_modules .tshy .tshy-build dist .turbo" }, "author": "Andrew Lisowski <lisowski54@gmail.com>", "license": "MIT", "dependencies": { "@jimp/types": "1.6.1" }, "devDependencies": { "@jimp/config-eslint": "1.6.1", "@jimp/config-typescript": "1.6.1", "eslint": "^9.9.1", "tshy": "^3.0.2", "typescript": "^5.5.4", "vitest": "^2.0.5" }, "tshy": { "exclude": [ "**/*.test.ts" ], "exports": { "./package.json": "./package.json", ".": "./src/index.ts" } }, "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/commonjs/index.d.ts", "default": "./dist/commonjs/index.js" } } }, "main": "./dist/commonjs/index.js", "types": "./dist/commonjs/index.d.ts", "type": "module", "publishConfig": { "access": "public" }, "sideEffects": false, "module": "./dist/esm/index.js", "gitHead": "7e6a95694e00a8b6f1bdd9aad709f5413eb9b08c" }