@types/floyd-steinberg
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/floyd-steinberg

Summary

This package contains type definitions for floyd-steinberg (https://github.com/noopkat/floyd-steinberg).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/floyd-steinberg.

index.d.ts

type ImageDataSubset = Partial<ImageData> & Pick<ImageData, "width" | "height" | "data">;

declare function floyd_steinberg<T extends ImageDataSubset>(image: T): T;
export = floyd_steinberg;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Marek Lukas.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/floyd-steinberg

Weekly Downloads

8

Version

1.0.3

License

MIT

Unpacked Size

2.97 kB

Total Files

5

Last publish

Collaborators

  • types