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>

17 lines (16 loc) 275 B
{ "extends": "./build.json", "include": [ "../src/**/*.ts", "../src/**/*.mts", "../src/**/*.tsx", "../src/**/*.json" ], "exclude": [ "../**/*.test.ts", "../src/package.json" ], "compilerOptions": { "outDir": "../.tshy-build/esm" } }